]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use OpenSSL 3.1.0 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 14 Mar 2023 16:03:05 +0000 (17:03 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 21 Mar 2023 15:11:49 +0000 (16:11 +0100)
scripts/test.sh

index 765c21d9ea04b01d2f0c0ba722556b94b4ec37fe..2ea375c0a361f0ed9aa8160eee60c6429d570977 100755 (executable)
@@ -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