Searched refs:crlnumberfile (Results 1 – 1 of 1) sorted by relevance
277 char *crlnumberfile=NULL; in MAIN() local1379 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER)) in MAIN()1381 if ((crlnumber=load_serial(crlnumberfile,0,NULL)) == NULL) in MAIN()1451 if (crl_ext || crlnumberfile != NULL) in MAIN()1460 if (crlnumberfile != NULL) in MAIN()1477 if (crlnumberfile != NULL) /* we have a CRL number that need updating */ in MAIN()1478 if (!save_serial(crlnumberfile,"new",crlnumber,NULL)) goto err; in MAIN()1490 if (crlnumberfile != NULL) /* Rename the crlnumber file */ in MAIN()1491 if (!rotate_serial(crlnumberfile,"new","old")) goto err; in MAIN()