diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:36 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:36 -0600 |
commit | aab6cd76d72d6fa2dd4614c35d98abfb1867b810 (patch) | |
tree | df57736f37189d894313134641831199f1fa4254 /win32utils | |
parent | 3a0a77ccfed995c6196fe765fa157e2eba0075b5 (diff) | |
download | bind9-aab6cd76d72d6fa2dd4614c35d98abfb1867b810.tar.gz |
9.2.3
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/BuildAll.bat | 2 | ||||
-rw-r--r-- | win32utils/BuildSetup.bat | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/win32utils/BuildAll.bat b/win32utils/BuildAll.bat index 37b7fce2..cd2235a1 100644 --- a/win32utils/BuildAll.bat +++ b/win32utils/BuildAll.bat @@ -25,7 +25,7 @@ rem OpenSSL is a prerequisite for building and running this release of rem BIND 9. You must fetch the OpenSSL sources yourself from
rem http://www.OpenSSL.org/ and compile it yourself. The code must reside
rem at the same level as the bind 9.2.0 source tree and it's top-level
-rem directory be named openssl-0.9.6f. This restriction will be lifted in
+rem directory be named openssl-0.9.6k. This restriction will be lifted in
rem a future release of BIND 9 for Windows NT/2000/XP.
echo Setting up the BIND files required for the build
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index 65eea4db..fca90b8f 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -32,7 +32,7 @@ rem Generate header files for lib/dns call dnsheadergen.bat
echo Ensure that the OpenSSL sources are at the same level in
-echo the directory tree and is named openssl-0.9.6f or libdns
+echo the directory tree and is named openssl-0.9.6k or libdns
echo will not build.
rem Make sure that the Build directories are there.
@@ -50,7 +50,7 @@ copy ..\FAQ ..\Build\Release echo Copying the OpenSSL DLL.
-copy ..\..\openssl-0.9.6f\out32dll\libeay32.dll ..\Build\Release\
+copy ..\..\openssl-0.9.6k\out32dll\libeay32.dll ..\Build\Release\
rem Done
|