[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Aug 17 01:09:00 UTC 2015


The branch master has been updated
       via  eb647452eb73be491521980f45582c63f7194521 (commit)
      from  4f46473a86c9e3741203b22d4d401a3763583494 (commit)


- Log -----------------------------------------------------------------
commit eb647452eb73be491521980f45582c63f7194521
Author: Rich Salz <rsalz at openssl.org>
Date:   Sun Aug 16 21:08:25 2015 -0400

    GH345: Remove stderr output
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/app_rand.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/apps/app_rand.c b/apps/app_rand.c
index 906144b..4ee8475 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)


More information about the openssl-commits mailing list