]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
wip: github: Use OpenSSL 3.3.0 for tests openssl-update
authorTobias Brunner <tobias@strongswan.org>
Tue, 19 Sep 2023 14:43:47 +0000 (16:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 17 Apr 2024 13:53:49 +0000 (15:53 +0200)
wip: Android's static build fails because of a symbol issue (there is an
issue and an open PR)

scripts/test.sh

index 5318a6a9b2be288d916bbbfb125b708da9dec31d..1b1c742dcc18649b4d2a16a7a6808d6422037b98 100755 (executable)
@@ -91,7 +91,7 @@ build_tss2()
 
 build_openssl()
 {
-       SSL_REV=3.1.1
+       SSL_REV=3.3.0
        SSL_PKG=openssl-$SSL_REV
        SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
        SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz