Searched refs:outcrlfile (Results 1 – 1 of 1) sorted by relevance
5005 char *certfile, *dirpath, *crlfile, *incrl, *outcrl, *outcrlfile; in OpenSSL_ImportCRL() local5029 outcrlfile = get_fullpath(dirpath, outcrl); in OpenSSL_ImportCRL()5030 if (outcrlfile == NULL) in OpenSSL_ImportCRL()5033 if (isdir(outcrlfile)) { in OpenSSL_ImportCRL()5034 free(outcrlfile); in OpenSSL_ImportCRL()5040 free(outcrlfile); in OpenSSL_ImportCRL()5118 out = BIO_new_file(outcrlfile, "wb"); in OpenSSL_ImportCRL()5154 if (outcrlfile != NULL) in OpenSSL_ImportCRL()5155 free(outcrlfile); in OpenSSL_ImportCRL()