]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use OpenSSL 3.1.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Wed, 31 May 2023 13:45:02 +0000 (15:45 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 31 May 2023 13:45:02 +0000 (15:45 +0200)
scripts/test.sh

index a2e8b20fd14445392805f6d3c3f0c12067e07d52..1a0015a10ac4bc7842f4d1861cc7c335350d96e1 100755 (executable)
@@ -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