projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40356e4
)
GH345: Remove stderr output
author
Rich Salz
<rsalz@openssl.org>
Mon, 17 Aug 2015 01:09:45 +0000
(21:09 -0400)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/apps/app_rand.c
b/apps/app_rand.c
index 595fc7821c85e6d3d0dcefe85a5d0bd993c38eff..7f40bba76468827e6fdcc1f0cf3eae7a0e81d137 100644
(file)
--- 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)