mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
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>
This commit is contained in:
parent
a15a7735e6
commit
84d1f76092
6 changed files with 7 additions and 6330 deletions
|
@ -110,7 +110,7 @@ from _ssl import RAND_status, RAND_add, RAND_bytes
|
|||
try:
|
||||
from _ssl import RAND_egd
|
||||
except ImportError:
|
||||
# LibreSSL does not provide RAND_egd
|
||||
# RAND_egd is not supported on some platforms
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue