]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.
authorYann Ylavic <ylavic@apache.org>
Wed, 27 Mar 2024 09:26:41 +0000 (09:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 27 Mar 2024 09:26:41 +0000 (09:26 +0000)
commiteaa0fb92d9c05dbd63fba9705c6c25b680a3da68
tree18b794af9815f4d27293cae720900e780035a09d
parent601e653883494fb98a7988f0bcfd9710c3ee62f0
mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.

Latest OpenSSL versions have OPENSSL_NO_COMP by default, avoid breaking
existing "SSLCompression off" in configurations since it's a noop.

* modules/ssl/ssl_engine_config.c(ssl_cmd_SSLCompression):
  Don't fail for OPENSSL_NO_COMP if the flag is "off".

Merges r1916561 from ^/httpd/httpd/trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916575 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_config.c