Skip to content

Commit d6cb5dd

Browse files
authored
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
This was missed while upgrading CI.
1 parent e6497fe commit d6cb5dd

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
]
4848

4949
OPENSSL_RECENT_VERSIONS = [
50-
"1.1.1k",
50+
"1.1.1l",
5151
"3.0.0-beta1"
5252
]
5353

0 commit comments

Comments
 (0)