]> granicus.if.org Git - apache/commitdiff
forgot this.
authorCliff Woolley <jwoolley@apache.org>
Tue, 12 Aug 2003 21:02:00 +0000 (21:02 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 12 Aug 2003 21:02:00 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100971 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 563a43f3939049ac2bb7c588b3829b05dc0507bc..def2aacd7588c418365da066b54f236f165b578f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Fix a link failure in mod_ssl when the OpenSSL libraries contain
+     the ENGINE functions but the engine header files are missing.
+     [Cliff Woolley]
+
   *) Fix bug in mod_deflate, which was passing calling deflate()
      without checkinig first whether it has something to deflate. (currently 
      this causes deflate to generate a fatal error according to the zlib spec).