Searched refs:opt_oldcrl (Results 1 – 1 of 1) sorted by relevance
99 static char *opt_oldcrl = NULL; variable656 {&opt_crlcert}, {&opt_oldcrl}, {&opt_crlout},2897 opt_oldcrl = opt_str(); in get_opts()3399 if (opt_oldcrl == NULL && opt_crlcert == NULL) { in do_genm()3415 if (opt_oldcrl != NULL) { in do_genm()3416 oldcrl = load_crl(opt_oldcrl, FORMAT_UNDEF, 0, in do_genm()3422 if (opt_oldcrl != NULL && opt_crlcert != NULL) { in do_genm()
Completed in 13 milliseconds