From: Ɓukasz Langa Date: Mon, 30 Aug 2021 12:24:51 +0000 (+0200) Subject: bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) X-Git-Tag: v3.11.0a1~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cb5dd9e19210f5963ff8beadde7ca2fda71574;p=thirdparty%2FPython%2Fcpython.git bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) This was missed while upgrading CI. --- diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 25ce2faffacf..9b46c8c7c09d 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1k", + "1.1.1l", "3.0.0-beta1" ]