From: Tobias Brunner Date: Tue, 7 Feb 2023 17:06:16 +0000 (+0100) Subject: github: Use OpenSSL 3.0.8 for tests X-Git-Tag: android-2.4.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77bd5ab1a89dd51bf21e53390f0a2df304aa6849;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.0.8 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 68a3230783..1ccd32beb2 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.0.7 + SSL_REV=3.0.8 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz