mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
This commit is contained in:
parent
efd6236d36
commit
2985feac4e
4 changed files with 8 additions and 3 deletions
|
@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
|
|||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1l",
|
||||
"3.0.0"
|
||||
"3.0.1"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue