diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:45:50 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:45:50 (GMT) |
commit | cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc (patch) | |
tree | b6aefe3695823a5626e69053ef506564e03c9a61 /Misc/NEWS | |
parent | 710f0c39cd6605ce9a8b9cc0ec9fd02d47b8f5d3 (diff) | |
download | cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.zip cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.gz cpython-cc0b927b7400c67ebe4c87c86c8b0a1c5bf1ddbc.tar.bz2 |
Issue #17425: Build with openssl 1.0.1d on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -811,6 +811,8 @@ Tests Build ----- +- Issue #17425: Build with openssl 1.0.1d 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. |