diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_server.c')
-rw-r--r-- | src/lib/libssl/src/apps/s_server.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c index a84b822538..3dd22e6b7a 100644 --- a/src/lib/libssl/src/apps/s_server.c +++ b/src/lib/libssl/src/apps/s_server.c | |||
@@ -1227,14 +1227,6 @@ bad: | |||
1227 | goto end; | 1227 | goto end; |
1228 | } | 1228 | } |
1229 | } | 1229 | } |
1230 | if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL | ||
1231 | && !RAND_status()) { | ||
1232 | BIO_printf(bio_err, "warning, not much extra random data, consider using the -rand option\n"); | ||
1233 | } | ||
1234 | if (inrand != NULL) | ||
1235 | BIO_printf(bio_err, "%ld semi-random bytes loaded\n", | ||
1236 | app_RAND_load_files(inrand)); | ||
1237 | |||
1238 | if (bio_s_out == NULL) { | 1230 | if (bio_s_out == NULL) { |
1239 | if (s_quiet && !s_debug && !s_msg) { | 1231 | if (s_quiet && !s_debug && !s_msg) { |
1240 | bio_s_out = BIO_new(BIO_s_null()); | 1232 | bio_s_out = BIO_new(BIO_s_null()); |