Skip to content

Commit fb6e04b

Browse files
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
(cherry picked from commit cd16661) Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent 572ef74 commit fb6e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
OPENSSL_RECENT_VERSIONS = [
4848
"1.0.2t",
4949
"1.1.0l",
50-
"1.1.1d",
50+
"1.1.1f",
5151
]
5252

5353
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)