X509_STORE_load_file_ex
if (file != NULL && !X509_STORE_load_file_ex(ctx, file, libctx, propq))
return X509_STORE_load_file_ex(ctx, file, NULL, NULL);
int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
if (CAfile != NULL && !X509_STORE_load_file_ex(*st, CAfile, libctx, propq))
return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx,