summaryrefslogtreecommitdiffstats
path: root/apps/app_rand.c
diff options
context:
space:
mode:
authorJoey Yandle <dragon@dancingdragon.be>2016-01-12 11:53:16 -0800
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commit888db7f224fec4ead34c32e82fa591dea61d14a2 (patch)
treef4064590762fa4a2212c0ac5992dd553f5bf87d0 /apps/app_rand.c
parent4447d829de82ac2e26e2a8b3c8e2b248b09f5ac2 (diff)
cherry pick pr-512 changes
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1079)
Diffstat (limited to 'apps/app_rand.c')
-rw-r--r--apps/app_rand.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index 8163d99edb..0d44af903b 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -19,10 +19,6 @@ int app_RAND_load_file(const char *file, int dont_warn)
int consider_randfile = (file == NULL);
char buffer[200];
-#ifdef OPENSSL_SYS_WINDOWS
- RAND_screen();
-#endif
-
if (file == NULL)
file = RAND_file_name(buffer, sizeof buffer);
#ifndef OPENSSL_NO_EGD