From: Tobias Brunner Date: Tue, 13 Sep 2022 16:05:01 +0000 (+0200) Subject: github: Use OpenSSL 3.0.5 for tests X-Git-Tag: 5.9.8dr4~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4563abc2eddbb066507afe6a814f7ed6bf0d41e;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.0.5 for tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 692a9c17cd..63d36f2189 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -91,7 +91,7 @@ build_tss2() build_openssl() { - SSL_REV=3.0.2 + SSL_REV=3.0.5 SSL_PKG=openssl-$SSL_REV SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz