load_crl
ret = load_crl(path,
ret = load_crl(crl->path, &crl->last_modfied, &cl);
if ((crl = load_crl(file, FORMAT_UNDEF, 0, desc)) == NULL)
oldcrl = load_crl(opt_oldcrl, FORMAT_UNDEF, 0,
x = load_crl(infile, informat, 1, "CRL");
newcrl = load_crl(crldiff, informat, 0, "other CRL");
X509_CRL *load_crl(const char *uri, int format, int maybe_stdin,
return load_crl(urlptr, FORMAT_UNDEF, 0, "CRL via CDP");
crl = load_crl(crl_file, crl_format, 0, "CRL");
crl = load_crl(crl_file, crl_format, 0, "CRL");