Home
last modified time | relevance | path

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

/external/openssl/apps/
Dcrl.c299 ASN1_INTEGER *crlnum; in MAIN() local
300 crlnum = X509_CRL_get_ext_d2i(x, NID_crl_number, in MAIN()
303 if (crlnum) in MAIN()
305 i2a_ASN1_INTEGER(bio_out, crlnum); in MAIN()
306 ASN1_INTEGER_free(crlnum); in MAIN()