]> 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>
Tue, 26 Mar 2024 17:00:09 +0000 (17:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 26 Mar 2024 17:00:09 +0000 (17:00 +0000)
commit65087e1f446454f9499c47f59885495f92deaf71
tree2b10d572cf3f3057aabaf0e47574e06c30a37b98
parent8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee
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".

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