Eh, -Wl,--whole-archive disappeared from the GNU targets. I've no
[openssl.git] / apps / gendh.c
index 83cbff912007705bc469a81b58c9f7f1766ca341..f2542960bf28be2bb311a750fba474bd2490eb7d 100644 (file)
@@ -96,6 +96,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;
+
        argv++;
        argc--;
        for (;;)