pajoye                                   Thu, 02 Dec 2010 11:37:43 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305902

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

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/openssl/openssl.c
    U   php/php-src/trunk/ext/openssl/openssl.c

Modified: php/php-src/branches/PHP_5_3/ext/openssl/openssl.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/openssl/openssl.c  2010-12-02 10:23:19 UTC 
(rev 305901)
+++ php/php-src/branches/PHP_5_3/ext/openssl/openssl.c  2010-12-02 11:37:43 UTC 
(rev 305902)
@@ -868,10 +868,7 @@

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

Modified: php/php-src/trunk/ext/openssl/openssl.c
===================================================================
--- php/php-src/trunk/ext/openssl/openssl.c     2010-12-02 10:23:19 UTC (rev 
305901)
+++ php/php-src/trunk/ext/openssl/openssl.c     2010-12-02 11:37:43 UTC (rev 
305902)
@@ -886,10 +886,7 @@

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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to