]> granicus.if.org Git - apache/commitdiff
mdc2 has expired
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 May 2009 21:04:11 +0000 (21:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 May 2009 21:04:11 +0000 (21:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774532 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.xml

index e4c85a5e43551203dd5717c64ad0f974be580ffb..fd510970ef71570e57091115fff8b2801ea5b316 100644 (file)
         >http://www.openssl.org/source/</a>, in order to compile 
         <module>mod_ssl</module> or the abs project (<code>ab.exe</code> 
         enabled with SSL support.) To prepare OpenSSL for both 
-        <code>release</code> and <code>debug</code> builds of Apache, and
-        disable the patent protected features in OpenSSL,  you might use 
-        the following build commands:</p>
+        <code>release</code> and <code>debug</code> builds of Apache,
+        disable the patent encumbered features in OpenSSL, using zlib
+        as compiled above you might use the following build commands:</p>
 
         <example>
-          perl Configure no-mdc2 no-rc5 no-idea enable-zlib VC-WIN32 -Ipath/to/srclib/zlib<br />
+          perl Configure no-rc5 no-idea enable-zlib VC-WIN32 -Ipath/to/srclib/zlib<br />
           ms\do_masm.bat<br />
           nmake -f ms\ntdll.mak
         </example>