From 710d96839a1abb599b629ab2947dff71b6311c82 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 12 Oct 2021 17:02:58 +0200 Subject: CI: github: switch to OpenSSL 3.0.0 Switch the OpenSSL 3.0.0alpha17 version to the final 3.0.0 release. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index e3334a0b3..568676001 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -110,7 +110,7 @@ for CC in ["gcc", "clang"]: for ssl in [ "stock", "OPENSSL_VERSION=1.0.2u", - "OPENSSL_VERSION=3.0.0-alpha17", + "OPENSSL_VERSION=3.0.0", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.3.3", # "BORINGSSL=yes", -- cgit v1.2.1