]> granicus.if.org Git - php/commitdiff
Revert "fix TS build"
authorFerenc Kovacs <tyrael@php.net>
Wed, 15 Oct 2014 17:33:47 +0000 (19:33 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 15 Oct 2014 17:33:47 +0000 (19:33 +0200)
This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf.

ext/openssl/xp_ssl.c

index 1a70fb93459746e28b2b7da1ba1ff7b8a1e76475..2a50f07ef6a5377e537a1a381efcc75c5d6f5a08 100644 (file)
@@ -1807,7 +1807,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size
 }
 /* }}} */
 
-static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock)
+static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock TSRMLS_DC)
 {
        int retval;
        struct timeval *ptimeout;