From: Tobias Brunner Date: Wed, 9 Nov 2022 16:39:50 +0000 (+0100) Subject: github: Use OpenSSL 3.0.7 for tests X-Git-Tag: 5.9.9rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652ce18120e9d055b41e8ce4b6f5f307683c1712;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.0.7 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 60fe7d39b4..f1f88fb268 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.0.5 + SSL_REV=3.0.7 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz