Skip to content

Commit

Permalink
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
Browse files Browse the repository at this point in the history
This was missed while upgrading CI.
  • Loading branch information
ambv authored Aug 30, 2021
1 parent e6497fe commit d6cb5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]

OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"1.1.1l",
"3.0.0-beta1"
]

Expand Down

0 comments on commit d6cb5dd

Please sign in to comment.