From: Roy T. Fielding Date: Tue, 17 Dec 2002 20:08:18 +0000 (+0000) Subject: I must be getting old. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c63a9b760428d49a6e4f357bf11c528420fada94;p=apache I must be getting old. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97995 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 01f89d28f1..0651bc0a50 100644 --- 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