summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-12-02 11:37:43 +0000
committerPierre Joye <pajoye@php.net>2010-12-02 11:37:43 +0000
commit3fd615cc8d82253e24519f279bac1b666d7d2e2e (patch)
tree26721199ce96e1ec951b46b9621379c20b4a8710 /ext
parentdcb65e76dae2e576024c2b4e4b30dd231a9d26e1 (diff)
downloadphp-git-3fd615cc8d82253e24519f279bac1b666d7d2e2e.tar.gz
- not TS and useless on server, also not required anymore with the supported windows versions
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/openssl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c
index 609871b7ea..fb6d323dad 100644
--- a/ext/openssl/openssl.c
+++ b/ext/openssl/openssl.c
@@ -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) {