X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fverify.c;h=215ef84fc75f5347e3ee530328f3fc9fedec8bf8;hp=255bf5ad280fe58b0d661db382f9862b161656f0;hb=5c6bf03117a26942327f43d02e9113e9870f7aba;hpb=f1558bb4243d83781793ed758367bd71d0983a35 diff --git a/apps/verify.c b/apps/verify.c index 255bf5ad28..215ef84fc7 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -100,6 +100,9 @@ int MAIN(int argc, char **argv) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); + if (!load_config(bio_err, NULL)) + goto end; + argc--; argv++; for (;;)