aboutsummaryrefslogtreecommitdiff
path: root/openssl/apps/enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/apps/enc.c')
-rw-r--r--openssl/apps/enc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openssl/apps/enc.c b/openssl/apps/enc.c
index 3c2c91e92..c28d8b194 100644
--- a/openssl/apps/enc.c
+++ b/openssl/apps/enc.c
@@ -101,9 +101,6 @@ int MAIN(int, char **);
int MAIN(int argc, char **argv)
{
-#ifndef OPENSSL_NO_ENGINE
- ENGINE *e = NULL;
-#endif
static const char magic[]="Salted__";
char mbuf[sizeof magic-1];
char *strbuf=NULL;
@@ -328,7 +325,7 @@ bad:
}
#ifndef OPENSSL_NO_ENGINE
- e = setup_engine(bio_err, engine, 0);
+ setup_engine(bio_err, engine, 0);
#endif
if (md && (dgst=EVP_get_digestbyname(md)) == NULL)