mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)
This was missed while upgrading CI..
(cherry picked from commit d6cb5dd9e1)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
4b55837e7c
commit
576803d7a8
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [
|
|||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1k",
|
||||
"3.0.0-alpha16"
|
||||
"1.1.1l",
|
||||
"3.0.0-beta1"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue