From: Jeff Trawick Date: Tue, 13 Nov 2007 00:10:44 +0000 (+0000) Subject: one-line fix to initialize all algorithms in OpenSSL X-Git-Tag: 2.0.62~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f8b62b6576fb7e2ca77e1b4b6db2a2f6053f36;p=thirdparty%2Fapache%2Fhttpd.git one-line fix to initialize all algorithms in OpenSSL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@594358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5e18e3dd104..b219b58c6ce 100644 --- 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.