Config code updates.
[openssl.git] / apps / ecdsa.c
index 80cbdb2e4a9824415d6ca8592e88642110a8fc4a..8f15ee2f12d5d3fcfdfe5a2d823d141d311abaf0 100644 (file)
@@ -177,6 +177,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;
+
        engine = NULL;
        infile = NULL;
        outfile = NULL;