Browse Source

bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)

This was missed while upgrading CI.
pull/28069/head
Łukasz Langa 4 years ago
committed by GitHub
parent
commit
d6cb5dd9e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Tools/ssl/multissltests.py

2
Tools/ssl/multissltests.py

@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"1.1.1l",
"3.0.0-beta1"
]

Loading…
Cancel
Save