The branch OpenSSL_1_0_2-stable has been updated
       via  6786c70ec112ac11b31ff19bb9e52a70ba0b5220 (commit)
      from  40356e4914154fdcc02bce8943348148e20c4a0f (commit)


- Log -----------------------------------------------------------------
commit 6786c70ec112ac11b31ff19bb9e52a70ba0b5220
Author: Rich Salz <[email protected]>
Date:   Sun Aug 16 21:09:45 2015 -0400

    GH345: Remove stderr output
    
    Manually-cherry-picked since master varied a lot.
    Reviewed-by: Tim Hudson <[email protected]>

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

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 595fc78..7f40bba 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to