X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fdhparam.c;h=f1664a59b7acc9f7f558980734f7208fe8bafe41;hp=e55d0ce0cbbcc8a268c2f9bb86e24b2d0a5db8e4;hb=3647bee263ebfef8694f7df07498a17b03ad883d;hpb=1372965e2ebed49c810978e00be50006f1d7219a diff --git a/apps/dhparam.c b/apps/dhparam.c index e55d0ce0cb..f1664a59b7 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -166,6 +166,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;