You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/13 23:04:11 UTC

svn commit: r774532 - /httpd/httpd/trunk/docs/manual/platform/win_compiling.xml

Author: wrowe
Date: Wed May 13 21:04:11 2009
New Revision: 774532

URL: http://svn.apache.org/viewvc?rev=774532&view=rev
Log:
mdc2 has expired

Modified:
    httpd/httpd/trunk/docs/manual/platform/win_compiling.xml

Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.xml?rev=774532&r1=774531&r2=774532&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/win_compiling.xml (original)
+++ httpd/httpd/trunk/docs/manual/platform/win_compiling.xml Wed May 13 21:04:11 2009
@@ -165,12 +165,12 @@
         >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>