summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r--src/lib/libssl/src/apps/gendsa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c
index 22c39629e5..62ea977905 100644
--- a/src/lib/libssl/src/apps/gendsa.c
+++ b/src/lib/libssl/src/apps/gendsa.c
@@ -78,9 +78,6 @@ int MAIN(int, char **);
78 78
79int MAIN(int argc, char **argv) 79int MAIN(int argc, char **argv)
80 { 80 {
81#ifndef OPENSSL_NO_ENGINE
82 ENGINE *e = NULL;
83#endif
84 DSA *dsa=NULL; 81 DSA *dsa=NULL;
85 int ret=1; 82 int ret=1;
86 char *outfile=NULL; 83 char *outfile=NULL;
@@ -206,7 +203,7 @@ bad:
206 } 203 }
207 204
208#ifndef OPENSSL_NO_ENGINE 205#ifndef OPENSSL_NO_ENGINE
209 e = setup_engine(bio_err, engine, 0); 206 setup_engine(bio_err, engine, 0);
210#endif 207#endif
211 208
212 if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) { 209 if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {