From: Jakub Zelenka Date: Wed, 8 Mar 2017 19:38:54 +0000 (+0000) Subject: Fix indent and add comment X-Git-Tag: php-7.0.18RC1~25^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=411f4b1b6f6f18e64b451711c19ebbc8463e5d19;p=php Fix indent and add comment --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index e1bb51045c..7db219ddec 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -1661,7 +1661,7 @@ int php_openssl_setup_crypto(php_stream *stream, } #ifdef SSL_MODE_RELEASE_BUFFERS - SSL_set_mode(sslsock->ssl_handle, SSL_get_mode(sslsock->ssl_handle) | SSL_MODE_RELEASE_BUFFERS); + SSL_set_mode(sslsock->ssl_handle, SSL_get_mode(sslsock->ssl_handle) | SSL_MODE_RELEASE_BUFFERS); #endif if (cparam->inputs.session) { @@ -1801,6 +1801,8 @@ static int php_openssl_enable_crypto(php_stream *stream, if (SUCCESS == php_set_sock_blocking(sslsock->s.socket, 0)) { sslsock->s.is_blocked = 0; + /* The following mode are added only if we are able to change socket + * to non blocking mode which is also used for read and write */ SSL_set_mode( sslsock->ssl_handle, (