]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
one-line fix to initialize all algorithms in OpenSSL
authorJeff Trawick <trawick@apache.org>
Tue, 13 Nov 2007 00:10:44 +0000 (00:10 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 13 Nov 2007 00:10:44 +0000 (00:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@594358 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5e18e3dd104530eb30d4de797cfffb8318493199..b219b58c6cecf8e253136373bf1777831a7a9c78 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -160,6 +160,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              do we need to make people opt-in for this behavior to 
              backport it to 2.0.x? What mechanism?
 
+    *) Initialize all algorithms in OpenSSL; PRs 35469, 42035
+       Trunk:
+         http://svn.apache.org/viewvc?view=rev&revision=226777
+       2.0.x:
+         Patch submitted via PR 42035 by Dominique Quatravaux 
+         http://issues.apache.org/bugzilla/attachment.cgi?id=19901
+       +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.