mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
This commit is contained in:
parent
01e743d704
commit
cd16661f90
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
|
|||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.0.2t",
|
||||
"1.1.0l",
|
||||
"1.1.1d",
|
||||
"1.1.1f",
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue