summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Loewis <martin@v.loewis.de>2013-03-24 21:03:30 (GMT)
committerMartin v. Loewis <martin@v.loewis.de>2013-03-24 21:03:30 (GMT)
commit5be6d74a0d0ae111cd823d2b7a5896c77d8c8895 (patch)
tree8d819b94388a841fa44cb0dbcb2574d720c484be /Misc
parent656c80809c77511ed33bec9c7f6a9c09860f0116 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e4d04b1..dbc12e7 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.