summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2019-11-04 14:55:56 (GMT)
committerChristian Heimes <christian@python.org>2019-11-04 14:55:56 (GMT)
commit6552563b3d5061816720a5a6c7d4ffd6ba35b98b (patch)
tree7ffc5ebe0ba1155a2c525e537b6ae866dc8e8e11 /Misc
parent1cdadf414b9934bba9294efa1f4b8d97eef08434 (diff)
downloadcpython-6552563b3d5061816720a5a6c7d4ffd6ba35b98b.zip
cpython-6552563b3d5061816720a5a6c7d4ffd6ba35b98b.tar.gz
cpython-6552563b3d5061816720a5a6c7d4ffd6ba35b98b.tar.bz2
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-11-04-14-30-37.bpo-38684.aed593.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-11-04-14-30-37.bpo-38684.aed593.rst b/Misc/NEWS.d/next/Build/2019-11-04-14-30-37.bpo-38684.aed593.rst
new file mode 100644
index 0000000..c715ff9
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-11-04-14-30-37.bpo-38684.aed593.rst
@@ -0,0 +1 @@
+Fix _hashlib build when Blake2 is disabled, but OpenSSL supports it.