]> granicus.if.org Git - php/commitdiff
- not TS and useless on server, also not required anymore with the supported windows...
authorPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 11:37:43 +0000 (11:37 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 2 Dec 2010 11:37:43 +0000 (11:37 +0000)
ext/openssl/openssl.c

index 609871b7ea7a585bc8bfe31f0532de9679724f92..fb6d323dad25e94d469e9f9bc0c8d9a61974fdfc 100644 (file)
@@ -886,10 +886,7 @@ static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *se
 
        *egdsocket = 0;
        *seeded = 0;
-       
-#ifdef WINDOWS
-       RAND_screen();
-#endif
+
        if (file == NULL) {
                file = RAND_file_name(buffer, sizeof(buffer));
        } else if (RAND_egd(file) > 0) {