summaryrefslogtreecommitdiffstats
path: root/apps/app_rand.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-08-16 21:08:25 -0400
committerRich Salz <rsalz@openssl.org>2015-08-16 21:08:25 -0400
commiteb647452eb73be491521980f45582c63f7194521 (patch)
treea2818cf9c5cf7689566713bb056e523d0e38afd2 /apps/app_rand.c
parent4f46473a86c9e3741203b22d4d401a3763583494 (diff)
GH345: Remove stderr output
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/app_rand.c')
-rw-r--r--apps/app_rand.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index 906144bb6d..4ee8475422 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -121,10 +121,7 @@ int app_RAND_load_file(const char *file, int dont_warn)
char buffer[200];
#ifdef OPENSSL_SYS_WINDOWS
- BIO_printf(bio_err, "Loading 'screen' into random state -");
- BIO_flush(bio_err);
RAND_screen();
- BIO_printf(bio_err, " done\n");
#endif
if (file == NULL)