From: Tobias Brunner Date: Thu, 23 Sep 2021 14:56:19 +0000 (+0200) Subject: github: Use OpenSSL 1.1 on macOS X-Git-Tag: 5.9.4dr3~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fbbd05ec5dece44b36a2ec6da1f2308fb81c5a5;p=thirdparty%2Fstrongswan.git github: Use OpenSSL 1.1 on macOS The "openssl" alias now defaults to OpenSSL 3.0, which produces a lot of deprecation warnings. To avoid build failures due to `-Werror`, stay with OpenSSL 1.1 until we can get rid of these issues. --- diff --git a/scripts/test.sh b/scripts/test.sh index ddd9db4198..1411f14125 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -240,7 +240,7 @@ macos) --enable-scepclient --enable-socket-default --enable-sshkey --enable-stroke --enable-swanctl --enable-unity --enable-updown --enable-x509 --enable-xauth-generic" - DEPS="automake autoconf libtool bison gettext openssl curl" + DEPS="automake autoconf libtool bison gettext openssl@1.1 curl" BREW_PREFIX=$(brew --prefix) export PATH=$BREW_PREFIX/opt/bison/bin:$PATH export ACLOCAL_PATH=$BREW_PREFIX/opt/gettext/share/aclocal:$ACLOCAL_PATH