mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
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).
This commit is contained in:
parent
827c572efd
commit
1f0dd8d585
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user