From: Pierre Joye Date: Thu, 2 Dec 2010 11:37:43 +0000 (+0000) Subject: - not TS and useless on server, also not required anymore with the supported windows... X-Git-Tag: php-5.3.4RC2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd62a70863c261b07f6dadedad9464f7e213cad5;p=php - not TS and useless on server, also not required anymore with the supported windows versions --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index eb873deb92..af969b5b1d 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -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) {