]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 30 Aug 2021 12:24:51 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 12:24:51 +0000 (05:24 -0700)
This was missed while upgrading CI.

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"
 ]