Home
last modified time | relevance | path

Searched refs:X509VERSION_2 (Results 1 – 1 of 1) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dwrite.c18 enum { X509VERSION_1, X509VERSION_2, X509VERSION_3 }; enumerator
495 length += sizeofShortInteger( X509VERSION_2 ) + \ in writeCRLInfo()
504 writeShortInteger( stream, X509VERSION_2, DEFAULT_TAG ); in writeCRLInfo()