aboutsummaryrefslogtreecommitdiff
path: root/openssl/apps/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/apps/ec.c')
-rw-r--r--openssl/apps/ec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openssl/apps/ec.c b/openssl/apps/ec.c
index 31194b48d..896eabc13 100644
--- a/openssl/apps/ec.c
+++ b/openssl/apps/ec.c
@@ -85,9 +85,6 @@ int MAIN(int, char **);
int MAIN(int argc, char **argv)
{
-#ifndef OPENSSL_NO_ENGINE
- ENGINE *e = NULL;
-#endif
int ret = 1;
EC_KEY *eckey = NULL;
const EC_GROUP *group;
@@ -254,7 +251,7 @@ bad:
ERR_load_crypto_strings();
#ifndef OPENSSL_NO_ENGINE
- e = setup_engine(bio_err, engine, 0);
+ setup_engine(bio_err, engine, 0);
#endif
if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))