From: Tobias Brunner Date: Tue, 19 Sep 2023 14:43:47 +0000 (+0200) Subject: github: Use OpenSSL 3.4.1 for tests X-Git-Tag: android-2.5.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0dd8d58505ec5fa39ee881890e27bb4863bc87;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 3.4.1 for tests 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). --- diff --git a/scripts/test.sh b/scripts/test.sh index d26c4ced6a..ad7a66004a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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