From: Sebastien Wenske Date: Tue, 22 Jan 2013 11:12:37 +0000 (-0700) Subject: Support OpenSSL NO_Compression option X-Git-Tag: SQUID_3_3_1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=838f19931967232d9eeffa712d1b656a6cc9e22a;p=thirdparty%2Fsquid.git Support OpenSSL NO_Compression option This option tells OpenSSL to disable TLS compression. A recent version of OpenSSL library is required for this option to be available --- diff --git a/src/ssl/support.cc b/src/ssl/support.cc index 8cc8b63475..4fe762e1c1 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -440,6 +440,11 @@ ssl_options[] = { { "NO_TLSv1_2", SSL_OP_NO_TLSv1_2 }, +#endif +#if SSL_OP_NO_COMPRESSION + { + "No_Compression", SSL_OP_NO_COMPRESSION + }, #endif { "", 0