diff options
Diffstat (limited to 'apps/ec.c')
-rw-r--r-- | apps/ec.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -84,9 +84,7 @@ 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; int i, badops = 0; @@ -251,9 +249,7 @@ bad: ERR_load_crypto_strings(); -#ifndef OPENSSL_NO_ENGINE e = setup_engine(bio_err, engine, 0); -#endif if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) { |