summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r--src/lib/libssl/src/apps/rand.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c
index 44a1d46a03..790e79592c 100644
--- a/src/lib/libssl/src/apps/rand.c
+++ b/src/lib/libssl/src/apps/rand.c
@@ -77,9 +77,6 @@ int MAIN(int, char **);
77 77
78int MAIN(int argc, char **argv) 78int MAIN(int argc, char **argv)
79 { 79 {
80#ifndef OPENSSL_NO_ENGINE
81 ENGINE *e = NULL;
82#endif
83 int i, r, ret = 1; 80 int i, r, ret = 1;
84 int badopt; 81 int badopt;
85 char *outfile = NULL; 82 char *outfile = NULL;
@@ -178,7 +175,7 @@ int MAIN(int argc, char **argv)
178 } 175 }
179 176
180#ifndef OPENSSL_NO_ENGINE 177#ifndef OPENSSL_NO_ENGINE
181 e = setup_engine(bio_err, engine, 0); 178 setup_engine(bio_err, engine, 0);
182#endif 179#endif
183 180
184 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); 181 app_RAND_load_file(NULL, bio_err, (inrand != NULL));