From: Benjamin Peterson Date: Tue, 31 Mar 2020 15:49:56 +0000 (-0500) Subject: closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) X-Git-Tag: v3.9.0a6~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd16661f903153ecac55f190ed682e576c5deb24;p=thirdparty%2FPython%2Fcpython.git closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) --- diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index d816810d5707..05d6d7de296d 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.0.2t", "1.1.0l", - "1.1.1d", + "1.1.1f", ] LIBRESSL_OLD_VERSIONS = [