diff options
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r-- | src/lib/libssl/src/apps/rand.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c index 458d5ac7b8..355a42e184 100644 --- a/src/lib/libssl/src/apps/rand.c +++ b/src/lib/libssl/src/apps/rand.c | |||
@@ -90,10 +90,6 @@ rand_main(int argc, char **argv) | |||
90 | 90 | ||
91 | signal(SIGPIPE, SIG_IGN); | 91 | signal(SIGPIPE, SIG_IGN); |
92 | 92 | ||
93 | if (bio_err == NULL) | ||
94 | if ((bio_err = BIO_new(BIO_s_file())) != NULL) | ||
95 | BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); | ||
96 | |||
97 | if (!load_config(bio_err, NULL)) | 93 | if (!load_config(bio_err, NULL)) |
98 | goto err; | 94 | goto err; |
99 | 95 | ||