diff options
author | Christian Heimes <christian@python.org> | 2021-08-30 13:07:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:07:55 (GMT) |
commit | 576803d7a8083cb25c58be08d3cb31e05d5d2f8a (patch) | |
tree | 5ab93d00533658ce1cb73e993af4d893e1a0e272 /Tools | |
parent | 4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a (diff) | |
download | cpython-576803d7a8083cb25c58be08d3cb31e05d5d2f8a.zip cpython-576803d7a8083cb25c58be08d3cb31e05d5d2f8a.tar.gz cpython-576803d7a8083cb25c58be08d3cb31e05d5d2f8a.tar.bz2 |
[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 d6cb5dd9e19210f5963ff8beadde7ca2fda71574)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index a9c4f6d..6baec7b 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -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 = [ |