From: Martin v. Loewis Date: Sun, 24 Mar 2013 21:03:30 +0000 (+0100) Subject: Issue #17425: Build with openssl 1.0.0k on Windows. X-Git-Tag: v3.2.4rc1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5be6d74a0d0ae111cd823d2b7a5896c77d8c8895;p=python Issue #17425: Build with openssl 1.0.0k on Windows. --- diff --git a/Misc/NEWS b/Misc/NEWS index e4d04b189c..dbc12e7a3a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1084,6 +1084,8 @@ Tests Build ----- +- Issue #17425: Build with openssl 1.0.0k on Windows. + - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt index fa1ae7db18..d93760d22b 100644 --- a/PC/VC6/readme.txt +++ b/PC/VC6/readme.txt @@ -153,9 +153,9 @@ _ssl Unpack into the "dist" directory, retaining the folder name from the archive - for example, the latest stable OpenSSL will install as - dist/openssl-1.0.0j + dist/openssl-1.0.0k - You need to use version 1.0.0j of OpenSSL. + You need to use version 1.0.0k of OpenSSL. You can install the NASM assembler from http://www.nasm.us/ diff --git a/PC/VS8.0/pyproject.vsprops b/PC/VS8.0/pyproject.vsprops index 2a82e4962c..b75b2c6f20 100644 --- a/PC/VS8.0/pyproject.vsprops +++ b/PC/VS8.0/pyproject.vsprops @@ -58,7 +58,7 @@ />