summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRami <72725910+ramikg@users.noreply.github.com>2024-01-06 23:25:58 (GMT)
committerGitHub <noreply@github.com>2024-01-06 23:25:58 (GMT)
commit84d1f76092c24c4d6614797cc10eb8a231397646 (patch)
tree23b774a14c70c212a057da70fda89a0be5bb7831 /Misc
parenta15a7735e69862fdfc0ed21bc1ade3a32833a01d (diff)
downloadcpython-84d1f76092c24c4d6614797cc10eb8a231397646.zip
cpython-84d1f76092c24c4d6614797cc10eb8a231397646.tar.gz
cpython-84d1f76092c24c4d6614797cc10eb8a231397646.tar.bz2
gh-89532: Remove LibreSSL workarounds (#28728)
Remove LibreSSL specific workaround ifdefs from `_ssl.c` and delete the non-version-specific `_ssl_data.h` file (relevant for OpenSSL < 1.1.1, which we no longer support per PEP 644). Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-10-05-05-00-16.bpo-45369.tluk_X.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-10-05-05-00-16.bpo-45369.tluk_X.rst b/Misc/NEWS.d/next/Core and Builtins/2021-10-05-05-00-16.bpo-45369.tluk_X.rst
new file mode 100644
index 0000000..114f745
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-10-05-05-00-16.bpo-45369.tluk_X.rst
@@ -0,0 +1 @@
+Remove LibreSSL workarounds as per :pep:`644`.