From: Tobias Brunner Date: Tue, 14 Mar 2023 16:03:05 +0000 (+0100) Subject: github: Use OpenSSL 3.1.0 for tests X-Git-Tag: 5.9.11dr1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0fc048775c27c87ee4263cdf20b7399eb81f735;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.1.0 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 765c21d9ea..2ea375c0a3 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.0.8 + SSL_REV=3.1.0 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz