X509_load_cert_file_ex
if ((X509_load_cert_file_ex(xl, b->data, ent->dir_type, libctx,
return X509_load_cert_file_ex(ctx, file, type, NULL, NULL);
return X509_load_cert_file_ex(ctx, file, type, libctx, propq);
ok = (X509_load_cert_file_ex(ctx, argp, (int)argl, libctx,
int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type,