bpo-9146: add the missing NEWS entry. (#3275)

diff --git a/Misc/NEWS.d/next/Library/2017-05-24-00-00-00.bpo-9146.pinky_.rst b/Misc/NEWS.d/next/Library/2017-05-24-00-00-00.bpo-9146.pinky_.rst
new file mode 100644
index 0000000..8c45bce
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-05-24-00-00-00.bpo-9146.pinky_.rst
@@ -0,0 +1,3 @@
+Fix a segmentation fault in _hashopenssl when standard hash functions
+such as md5 are not available in the linked OpenSSL library.  As in
+some special FIPS-140 build environments.