Fix loopargs_t object duplication into ASYNC context
[openssl.git] / apps / app_rand.c
index 8163d99edb061c71f82066c33d7f5b7257fdcdca..0d44af903b813518a44257207f6771763376e206 100644 (file)
@@ -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