diff options
author | Martin v. Loewis <martin@v.loewis.de> | 2013-03-24 21:03:30 (GMT) |
---|---|---|
committer | Martin v. Loewis <martin@v.loewis.de> | 2013-03-24 21:03:30 (GMT) |
commit | 5be6d74a0d0ae111cd823d2b7a5896c77d8c8895 (patch) | |
tree | 8d819b94388a841fa44cb0dbcb2574d720c484be /Misc | |
parent | 656c80809c77511ed33bec9c7f6a9c09860f0116 (diff) | |
download | cpython-5be6d74a0d0ae111cd823d2b7a5896c77d8c8895.zip cpython-5be6d74a0d0ae111cd823d2b7a5896c77d8c8895.tar.gz cpython-5be6d74a0d0ae111cd823d2b7a5896c77d8c8895.tar.bz2 |
Issue #17425: Build with openssl 1.0.0k on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |