aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/apps/gendh.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/apps/gendh.c')
-rw-r--r--deps/openssl/openssl/apps/gendh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/openssl/openssl/apps/gendh.c b/deps/openssl/openssl/apps/gendh.c
index fef6f1b177..59484c2446 100644
--- a/deps/openssl/openssl/apps/gendh.c
+++ b/deps/openssl/openssl/apps/gendh.c
@@ -96,9 +96,7 @@ int MAIN(int argc, char **argv)
int g = 2;
char *outfile = NULL;
char *inrand = NULL;
-# ifndef OPENSSL_NO_ENGINE
char *engine = NULL;
-# endif
BIO *out = NULL;
apps_startup();
@@ -162,9 +160,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err, " the random number generator\n");
goto end;
}
-# ifndef OPENSSL_NO_ENGINE
setup_engine(bio_err, engine, 0);
-# endif
out = BIO_new(BIO_s_file());
if (out == NULL) {