X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fdsa.c;h=9da1a41645b78f493d78d24bb5c23410c9959617;hb=3647bee263ebfef8694f7df07498a17b03ad883d;hp=9d10a7c8608bf4868fc066a6539d0ee15ffcf98b;hpb=e2aebccba1b7d5e02cfdb79d9bdce3d7f2b28dee;p=openssl.git diff --git a/apps/dsa.c b/apps/dsa.c index 9d10a7c860..9da1a41645 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -109,6 +109,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;