diff options
Diffstat (limited to 'lib/libssl/src/apps/app_rand.c')
-rw-r--r-- | lib/libssl/src/apps/app_rand.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libssl/src/apps/app_rand.c b/lib/libssl/src/apps/app_rand.c index b7b6128c1eb..66e47c417cd 100644 --- a/lib/libssl/src/apps/app_rand.c +++ b/lib/libssl/src/apps/app_rand.c @@ -124,12 +124,6 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) int consider_randfile = (file == NULL); char buffer[200]; -#ifdef OPENSSL_SYS_WINDOWS - BIO_printf(bio_e,"Loading 'screen' into random state -"); - BIO_flush(bio_e); - RAND_screen(); - BIO_printf(bio_e," done\n"); -#endif if (file == NULL) file = RAND_file_name(buffer, sizeof buffer); |