From f2c43d19b91f8847c1dfd87721254b44f963d9a2 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 21 Nov 2010 22:45:18 +0000 Subject: Import OpenSSL 0.9.8p. --- apps/genrsa.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/genrsa.c') diff --git a/apps/genrsa.c b/apps/genrsa.c index 5759acbf9bbe..dfb01399e0ef 100644 --- a/apps/genrsa.c +++ b/apps/genrsa.c @@ -89,9 +89,6 @@ int MAIN(int, char **); int MAIN(int argc, char **argv) { BN_GENCB cb; -#ifndef OPENSSL_NO_ENGINE - ENGINE *e = NULL; -#endif int ret=1; int i,num=DEFBITS; long l; @@ -235,7 +232,7 @@ bad: } #ifndef OPENSSL_NO_ENGINE - e = setup_engine(bio_err, engine, 0); + setup_engine(bio_err, engine, 0); #endif if (outfile == NULL) -- cgit v1.2.3