From 576803d7a8083cb25c58be08d3cb31e05d5d2f8a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 30 Aug 2021 15:07:55 +0200 Subject: [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed while upgrading CI.. (cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574) Co-authored-by: Ɓukasz Langa --- Tools/ssl/multissltests.py | 4 ++-- 1 file 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 = [ -- cgit v0.12