]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89532: Remove LibreSSL workarounds (#28728)
authorRami <72725910+ramikg@users.noreply.github.com>
Sat, 6 Jan 2024 23:25:58 +0000 (01:25 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2024 23:25:58 +0000 (23:25 +0000)
commit84d1f76092c24c4d6614797cc10eb8a231397646
tree23b774a14c70c212a057da70fda89a0be5bb7831
parenta15a7735e69862fdfc0ed21bc1ade3a32833a01d
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>
Lib/ssl.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2021-10-05-05-00-16.bpo-45369.tluk_X.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/_ssl_data.h [deleted file]
Tools/c-analyzer/cpython/_parser.py