From: Rich Salz Date: Mon, 17 Aug 2015 01:08:25 +0000 (-0400) Subject: GH345: Remove stderr output X-Git-Tag: OpenSSL_1_1_0-pre1~798 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb647452eb73be491521980f45582c63f7194521;p=oweals%2Fopenssl.git GH345: Remove stderr output Reviewed-by: Tim Hudson --- 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)