diff options
Diffstat (limited to 'win32utils/BuildSetup.bat')
-rw-r--r-- | win32utils/BuildSetup.bat | 4 |
1 files changed, 2 insertions, 2 deletions
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
|