fast reduction for NIST curves
[openssl.git] / apps / verify.c
index 255bf5ad280fe58b0d661db382f9862b161656f0..215ef84fc75f5347e3ee530328f3fc9fedec8bf8 100644 (file)
@@ -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 ((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 (;;)
        argc--;
        argv++;
        for (;;)