Upgrade OpenSSL to 1.0.0j
diff --git a/Misc/NEWS b/Misc/NEWS
index 08d21f7..565db1b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -235,6 +235,8 @@
 Build
 -----
 
+- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
+
 - Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
 
 - Issue #14437: Fix building the _io module under Cygwin.