From: André Malo openssl, obtained from http://www.openssl.org/source/, in order to compile mod_ssl
or the abs project (ab.exe with SSL support.) To prepare OpenSSL
for both release and debug builds of Apache, and
- disable the patent protected features in 0.9.6, you might use the following
+ disable the patent protected features in 0.9.7, you might use the following
build commands:
+ perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl dll no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile
perl util\mk1mf.pl dll debug no-asm no-mdc2 no-rc5 no-idea VC-WIN32 >makefile.dbg
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml
index e79447d88e6..85e705928a2 100644
--- a/docs/manual/platform/win_compiling.xml
+++ b/docs/manual/platform/win_compiling.xml
@@ -119,10 +119,11 @@
>http://www.openssl.org/source/, in order to compile ab.exe with SSL support.) To prepare OpenSSL
for both release and debug builds of Apache, and
- disable the patent protected features in 0.9.6, you might use the following
+ disable the patent protected features in 0.9.7, you might use the following
build commands: