Skip to content

Commit

Permalink
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (
Browse files Browse the repository at this point in the history
…GH-28063)

This was missed while upgrading CI..
(cherry picked from commit d6cb5dd)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
  • Loading branch information
tiran and ambv authored Aug 30, 2021
1 parent 1f89e51 commit 8371290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
]

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

LIBRESSL_OLD_VERSIONS = [
Expand Down

0 comments on commit 8371290

Please sign in to comment.