diff options
Diffstat (limited to 'src/lib/libssl/src/apps/dsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/dsa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/dsa.c b/src/lib/libssl/src/apps/dsa.c index d667d6efb7..ab98c145a9 100644 --- a/src/lib/libssl/src/apps/dsa.c +++ b/src/lib/libssl/src/apps/dsa.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa.c,v 1.26 2014/07/09 21:02:35 tedu Exp $ */ | 1 | /* $OpenBSD: dsa.c,v 1.27 2014/07/12 17:54:31 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -115,9 +115,6 @@ dsa_main(int argc, char **argv) | |||
115 | 115 | ||
116 | int pvk_encr = 2; | 116 | int pvk_encr = 2; |
117 | 117 | ||
118 | if (!load_config(bio_err, NULL)) | ||
119 | goto end; | ||
120 | |||
121 | #ifndef OPENSSL_NO_ENGINE | 118 | #ifndef OPENSSL_NO_ENGINE |
122 | engine = NULL; | 119 | engine = NULL; |
123 | #endif | 120 | #endif |