Searched refs:outcrlfile (Results 1 – 1 of 1) sorted by relevance
5021 char *certfile, *dirpath, *crlfile, *incrl, *outcrl, *outcrlfile; in OpenSSL_ImportCRL() local5045 outcrlfile = get_fullpath(dirpath, outcrl); in OpenSSL_ImportCRL()5046 if (outcrlfile == NULL) in OpenSSL_ImportCRL()5049 if (isdir(outcrlfile)) { in OpenSSL_ImportCRL()5050 free(outcrlfile); in OpenSSL_ImportCRL()5056 free(outcrlfile); in OpenSSL_ImportCRL()5134 out = BIO_new_file(outcrlfile, "wb"); in OpenSSL_ImportCRL()5170 if (outcrlfile != NULL) in OpenSSL_ImportCRL()5171 free(outcrlfile); in OpenSSL_ImportCRL()