]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use OpenSSL 3.4.1 for tests
authorTobias Brunner <tobias@strongswan.org>
Tue, 19 Sep 2023 14:43:47 +0000 (16:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 20 Feb 2025 15:30:11 +0000 (16:30 +0100)
There was an issue with OPENSSL_armcap_P in Android's static build for
OpenSSL 3.1.1+. This was finally fixed with this release (and was also
backported to older versions).

scripts/test.sh

index d26c4ced6a01a0ba33fbe820c50fa591e62b0bdf..ad7a66004aaae40fa0d0d8b20b7cbb686ea16d4b 100755 (executable)
@@ -92,7 +92,7 @@ build_tss2()
 
 build_openssl()
 {
-       SSL_REV=3.1.1
+       SSL_REV=3.4.1
        SSL_PKG=openssl-$SSL_REV
        SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
        SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz