From d6cb5dd9e19210f5963ff8beadde7ca2fda71574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Mon, 30 Aug 2021 14:24:51 +0200 Subject: [PATCH] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) This was missed while upgrading CI. --- Tools/ssl/multissltests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 25ce2faffac..9b46c8c7c09 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" ]