summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorLars Strojny <lstrojny@php.net>2013-01-31 00:32:44 +0100
committerLars Strojny <lstrojny@php.net>2013-01-31 00:32:44 +0100
commit836a2b1131dd007edad24d921dbdf42a8ac10e32 (patch)
tree8100276b4f712559738e1cd1ff589c629b793475 /ext/openssl
parent4a01ddfb5569da1b87dd4cac95c3f709fb607396 (diff)
downloadphp-git-836a2b1131dd007edad24d921dbdf42a8ac10e32.tar.gz
NEWS entry new OpenSSL option [doc]
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/xp_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c
index 8b0fe69e42..0e1523853a 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -398,7 +398,7 @@ static inline int php_openssl_setup_crypto(php_stream *stream,
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
{
zval **val;
-
+
if (stream->context && SUCCESS == php_stream_context_get_option(
stream->context, "ssl", "disable_compression", &val) &&
zval_is_true(*val)) {