Remove the perl/ subdirectory. It hasn't been worked on for ages, is
[openssl.git] / apps / ecdsaparam.c
index 9e9c1cb7cbb38950438999d80bb4ceabc790ca2b..8594d8f8e75f61363ee2ee71880a4395ed75ea21 100644 (file)
@@ -178,6 +178,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;
+
        infile=NULL;
        outfile=NULL;
        informat=FORMAT_PEM;