Searched refs:crlnumberfile (Results 1 – 1 of 1) sorted by relevance
281 char *crlnumberfile=NULL; in MAIN() local1395 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER)) in MAIN()1397 if ((crlnumber=load_serial(crlnumberfile,0,NULL)) == NULL) in MAIN()1468 if (crl_ext || crlnumberfile != NULL) in MAIN()1477 if (crlnumberfile != NULL) in MAIN()1494 if (crlnumberfile != NULL) /* we have a CRL number that need updating */ in MAIN()1495 if (!save_serial(crlnumberfile,"new",crlnumber,NULL)) goto err; in MAIN()1507 if (crlnumberfile != NULL) /* Rename the crlnumber file */ in MAIN()1508 if (!rotate_serial(crlnumberfile,"new","old")) goto err; in MAIN()