aboutsummaryrefslogtreecommitdiff
path: root/openssl/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/apps/gendsa.c')
-rw-r--r--openssl/apps/gendsa.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openssl/apps/gendsa.c b/openssl/apps/gendsa.c
index 22c39629e..62ea97790 100644
--- a/openssl/apps/gendsa.c
+++ b/openssl/apps/gendsa.c
@@ -78,9 +78,6 @@ int MAIN(int, char **);
int MAIN(int argc, char **argv)
{
-#ifndef OPENSSL_NO_ENGINE
- ENGINE *e = NULL;
-#endif
DSA *dsa=NULL;
int ret=1;
char *outfile=NULL;
@@ -206,7 +203,7 @@ bad:
}
#ifndef OPENSSL_NO_ENGINE
- e = setup_engine(bio_err, engine, 0);
+ setup_engine(bio_err, engine, 0);
#endif
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {