From: Gregory P. Smith Date: Sun, 3 Sep 2017 21:08:48 +0000 (-0700) Subject: bpo-9146: add the missing NEWS entry. (#3275) X-Git-Tag: v3.7.0a1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f013881cb0ca7d29620ddb0594dde09bc5d24ca;p=python 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 0000000000..8c45bcef5f --- /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.