Update the version of openssl shipped in the windows 64 bit binary build as it was vulnerable to the heartbleed TLS bug

This commit is contained in:
Kovid Goyal 2014-04-08 13:53:51 +05:30
parent 1582b14385
commit 460aceb329

View File

@ -164,6 +164,9 @@ somewhere on your PATH (I chose ~/sw/bin)
Download and untar the openssl tarball, follow the instructions in INSTALL.(W32|W64)
to install use prefix q:\openssl
The following *MUST BE RUN* in a Visual Studio Command prompt and not in a cygwin
environment.
For 32-bit::
perl Configure VC-WIN32 no-asm enable-static-engine --prefix=Q:/openssl
ms\do_ms.bat
@ -173,7 +176,7 @@ For 32-bit::
For 64-bit::
perl Configure VC-WIN64A no-asm enable-static-engine --prefix=C:/cygwin/home/kovid/sw/private/openssl
ms\do_win64a
ms\do_win64a.bat
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak test
nmake -f ms\ntdll.mak install