]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use OpenSSL 3.0.7 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 9 Nov 2022 16:39:50 +0000 (17:39 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Nov 2022 15:15:36 +0000 (16:15 +0100)
scripts/test.sh

index 60fe7d39b430377caddfee1588c13d6ef84ac207..f1f88fb268c29cf4d194f75732fd0e55113520e3 100755 (executable)
@@ -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