]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Feb 2020 00:07:16 +0000 (00:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Feb 2020 00:07:16 +0000 (00:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874282 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fd27119472f16c4249387a39196c0460e7833013..3bd51c22c91dd62b98d1fc93358725c1520cf84f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -132,11 +132,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   *) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
-      trunk patch: http://svn.apache.org/r1861950
-      2.4.x patch: svn merge -c 1861950 ^/httpd/httpd/trunk . 
-      +1: minfrin, jim, ylavic
-
    *) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
       issue mod_md#172 (https://github.com/icing/mod_md/issues/172).
       [Michael Kaufmann <mail michael-kaufmann.ch>, Stefan Eissing]