GH345: Remove stderr output
authorRich Salz <rsalz@openssl.org>
Mon, 17 Aug 2015 01:09:45 +0000 (21:09 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 17 Aug 2015 01:09:45 +0000 (21:09 -0400)
Manually-cherry-picked since master varied a lot.
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/app_rand.c

index 595fc7821c85e6d3d0dcefe85a5d0bd993c38eff..7f40bba76468827e6fdcc1f0cf3eae7a0e81d137 100644 (file)
@@ -124,10 +124,7 @@ int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn)
     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)