From eb647452eb73be491521980f45582c63f7194521 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 16 Aug 2015 21:08:25 -0400 Subject: [PATCH] GH345: Remove stderr output Reviewed-by: Tim Hudson --- apps/app_rand.c | 3 --- 1 file changed, 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) -- 2.34.1