From c894eebb18d375b3ba317ca4cefd2964c54b63ad Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 31 Mar 2020 10:18:44 -0500 Subject: [PATCH] Update multissltests.py to use OpenSSL 1.1.1f. --- 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 d816810d57078d..05d6d7de296db9 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 = [