Searched refs:crlnumberfile (Results 1 – 1 of 1) sorted by relevance
278 char *crlnumberfile=NULL; in MAIN() local1361 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER)) in MAIN()1363 if ((crlnumber=load_serial(crlnumberfile,0,NULL)) == NULL) in MAIN()1437 if (crl_ext || crlnumberfile != NULL) in MAIN()1446 if (crlnumberfile != NULL) in MAIN()1463 if (crlnumberfile != NULL) /* we have a CRL number that need updating */ in MAIN()1464 if (!save_serial(crlnumberfile,"new",crlnumber,NULL)) goto err; in MAIN()1470 if (crlnumberfile != NULL) /* Rename the crlnumber file */ in MAIN()1471 if (!rotate_serial(crlnumberfile,"new","old")) goto err; in MAIN()