]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Aug 2021 13:07:38 +0000 (06:07 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 13:07:38 +0000 (06:07 -0700)
This was missed while upgrading CI.
(cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Tools/ssl/multissltests.py

index 25ce2faffacfc3d867259a30daa14926574a7656..9b46c8c7c09d5c9923e4dbb2b8488cf4af0cf9e3 100755 (executable)
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1k",
+    "1.1.1l",
     "3.0.0-beta1"
 ]