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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user