commit | fd0afed5039614b401dcb0d27e80aa0d7f8cbf87 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue May 15 17:26:31 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue May 15 17:26:31 2012 +0200 |
tree | 7c4270f5c9983deb8dda4a9f7977e8220e492970 | |
parent | 6a2a6c2ee37dad75134c212d43e48702f1b219a9 [diff] [blame] |
Upgrade openssl to 0.9.8x.
diff --git a/Misc/NEWS b/Misc/NEWS index 2ab141b..1da4cee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -157,6 +157,8 @@ Build ----- +- Build against bzip2 1.0.6 and openssl 0.9.8x on Windows. + - Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. - Issue #14437: Fix building the _io module under Cygwin.