]> granicus.if.org Git - apache/commitdiff
Keep track of this so I don't forget. Not entirely sure how to go about
authorAaron Bannert <aaron@apache.org>
Mon, 12 Nov 2001 08:40:33 +0000 (08:40 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 12 Nov 2001 08:40:33 +0000 (08:40 +0000)
doing this properly, but I'll figure it out unless someone else beats
me to it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91873 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4f30b00c1f343de9f329bd72781d8f222c4f213c..5c685c1e000c177f1b9675714b1ac9fc79609cb4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/11/11 20:15:56 $]
+Last modified at [$Date: 2001/11/12 08:40:33 $]
 
 Release:
 
@@ -313,6 +313,14 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
         - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
         actually works) and add in a splash of Win9x service code.
 
+    * In order to use a DSO version of mod_ssl we have to link with
+      -lssl and -lcrypto. A workaround is in place right now where the
+      entire EXTRA_LIBS macro is being appended to the objects list, but
+      this is a hack. We should either revamp the APACHE_CHECK_SSL_TOOLKIT
+      autoconf function or come up with some other autoconf checks to
+      search for libssl and libcrypto and properly add them to mod_ssl's
+      link flags.
+
 PRs that have been suspended forever waiting for someone to
 put them into 'the next release':