Skip to content

Commit ba8a2bc

Browse files
authored
[2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (pythonGH-19251)
(cherry picked from commit cd16661)
1 parent e176e0c commit ba8a2bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/ssl/multissltests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
]
4747

4848
OPENSSL_RECENT_VERSIONS = [
49-
"1.0.2p",
50-
"1.1.0i",
51-
"1.1.1",
49+
"1.0.2t",
50+
"1.1.0l",
51+
"1.1.1f",
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)