commit | cd16661f903153ecac55f190ed682e576c5deb24 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 31 10:49:56 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Mar 31 10:49:56 2020 -0500 |
tree | 1d207e5b523b54edca6fbc073e8a85edf6641f24 | |
parent | 01e743d704aeefd1c1825a6a96d0c766c5516fb1 [diff] [blame] |
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 d816810..05d6d7d 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@ OPENSSL_RECENT_VERSIONS = [ "1.0.2t", "1.1.0l", - "1.1.1d", + "1.1.1f", ] LIBRESSL_OLD_VERSIONS = [