Searched refs:opt_crlform (Results 1 – 1 of 1) sorted by relevance
157 static int opt_crlform = FORMAT_ASN1; variable1106 && !opt_format(opt_crlform_s, OPT_FMT_PEMDER, &opt_crlform)) { in transform_opts()2317 if (opt_crlform != FORMAT_PEM && opt_crlform != FORMAT_ASN1) { in write_crl()2323 return opt_crlform == FORMAT_PEM ? PEM_write_bio_X509_CRL(bio, crl) in write_crl()
Completed in 21 milliseconds