]> granicus.if.org Git - apache/commitdiff
I must be getting old.
authorRoy T. Fielding <fielding@apache.org>
Tue, 17 Dec 2002 20:08:18 +0000 (20:08 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 17 Dec 2002 20:08:18 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97995 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 01f89d28f176822a37b354b418dc0eb874f3ab83..0651bc0a50813c621ff93151e25c73f6d125769f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -452,6 +452,13 @@ Changes with Apache 2.0.41
      response on the connection, set aside the file descriptor rather
      than copying the file into the heap.  [Brian Pane]
 
+  *) Modified version check on openssl so that it finds the executable
+     first and then performs a check of the version, only warning the
+     user if they chose, or we selected, an old version of OpenSSL.
+     This change also allows the code to work for non-openssl libraries
+     selected via the --with-ssl=dir option, which can override the
+     automated library check in any case.  [Roy Fielding]
+
 Changes with Apache 2.0.40
 
   *) SECURITY: [CAN-2002-0661] Close a very significant security hole that