Commit 0faf05ba authored by Aaron Bannert's avatar Aaron Bannert
Browse files

Keep track of this so I don't forget. Not entirely sure how to go about

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
parent 997263b7
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
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':