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 0a886a734a..f4a7c020fd 100644
--- a/src/lib/libssl/src/apps/rand.c
+++ b/src/lib/libssl/src/apps/rand.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rand.c,v 1.20 2014/06/12 15:49:27 deraadt Exp $ */ 1/* $OpenBSD: rand.c,v 1.21 2014/07/12 17:54:31 jsing Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -85,9 +85,6 @@ rand_main(int argc, char **argv)
85 char *engine = NULL; 85 char *engine = NULL;
86#endif 86#endif
87 87
88 if (!load_config(bio_err, NULL))
89 goto err;
90
91 badopt = 0; 88 badopt = 0;
92 i = 0; 89 i = 0;
93 while (!badopt && argv[++i] != NULL) { 90 while (!badopt && argv[++i] != NULL) {