Build _hashlib on Windows. Build OpenSSL with masm assembler code.
Fixes #1535502.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6212459..ef9de6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,9 @@
 Build
 -----
 
+- Bug #1535502, build _hashlib on Windows, and use masm assembler
+  code in OpenSSL.
+
 - Bug #1534738, win32 debug version of _msi should be _msi_d.pyd.
 
 - Bug #1530448, ctypes buld failure on Solaris 10 was fixed.