diff options
author | Kaspar Brand <kbrand@apache.org> | 2011-08-07 12:36:57 +0200 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2011-08-07 12:36:57 +0200 |
commit | 2453c22a1af94ff595186e35d359a49a4d381a04 (patch) | |
tree | dcf52e1e6dd0f52d74fe19f6c78c56fcd0bd7b76 /CHANGES | |
parent | Remove the ssl_toolkit_compat layer, which is no longer needed (diff) | |
download | apache2-2453c22a1af94ff595186e35d359a49a4d381a04.tar.xz apache2-2453c22a1af94ff595186e35d359a49a4d381a04.zip |
Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and
remove #ifdef'ed code which was relevant for earlier versions only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.3.15 + *) mod_ssl, configure: require OpenSSL 0.9.7 or later. [Kaspar Brand] + *) mod_ssl: remove ssl_toolkit_compat layer. [Kaspar Brand] *) mod_ssl, configure, ab: drop support for RSA BSAFE SSL-C toolkit. |