CI: github: reintroduce openssl 1.1.1
OpenSSL 1.1.1 is not tested anymore since github updated "ubuntu-latest" to 22.04, let's reintroduce this version.
This commit is contained in:
parent
e1b866a28a
commit
393e4e4dd1
|
@ -128,6 +128,7 @@ for CC in ["gcc", "clang"]:
|
|||
for ssl in [
|
||||
"stock",
|
||||
"OPENSSL_VERSION=1.0.2u",
|
||||
"OPENSSL_VERSION=1.1.1s",
|
||||
"OPENSSL_VERSION=latest",
|
||||
"LIBRESSL_VERSION=latest",
|
||||
"QUICTLS=yes",
|
||||
|
|
Loading…
Reference in New Issue