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

This was missed while upgrading CI.
This commit is contained in:
Łukasz Langa
2021-08-30 14:24:51 +02:00
committed by GitHub
parent e6497fe698
commit d6cb5dd9e1
+1 -1
View File
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"1.1.1l",
"3.0.0-beta1"
]