1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

- not TS and useless on server, also not required anymore with the supported windows versions

This commit is contained in:
Pierre Joye
2010-12-02 11:37:43 +00:00
parent dcb65e76da
commit 3fd615cc8d

View 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) {