]> 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 eb873deb9218aa3f53fa99474d57e0f1544e62a8..af969b5b1d5744485f2b757be3b612367ac2e6ff 100644 (file)
@@ -868,10 +868,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) {