From: Tobias Brunner Date: Wed, 31 May 2023 13:45:02 +0000 (+0200) Subject: github: Use OpenSSL 3.1.1 for tests X-Git-Tag: 5.9.11rc1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e88b8a8174b9dbc284eb7f6e7168566465239c5;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.1.1 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index a2e8b20fd1..1a0015a10a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.1.0 + SSL_REV=3.1.1 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz