Searched refs:opt_oldcrl (Results 1 – 1 of 1) sorted by relevance
99 static char *opt_oldcrl = NULL; variable744 { &opt_crlcert }, { &opt_oldcrl }, { &opt_crlout },3016 opt_oldcrl = opt_str(); in get_opts()3533 if (opt_oldcrl == NULL && opt_crlcert == NULL) { in do_genm()3549 if (opt_oldcrl != NULL) { in do_genm()3550 oldcrl = load_crl(opt_oldcrl, FORMAT_UNDEF, 0, in do_genm()3556 if (opt_oldcrl != NULL && opt_crlcert != NULL) { in do_genm()