From: Tobias Brunner Date: Mon, 12 Dec 2022 14:12:11 +0000 (+0100) Subject: github: Fix Python build with custom OpenSSL version X-Git-Tag: 5.9.9rc1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03541c73a003f1e0bcc1715f1d8f1f904648a5b6;p=thirdparty%2Fstrongswan.git github: Fix Python build with custom OpenSSL version --- diff --git a/scripts/test.sh b/scripts/test.sh index 8a17f5a01d..bb10e39598 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -96,7 +96,7 @@ build_openssl() SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz SSL_INS=$DEPS_PREFIX/ssl - SSL_OPT="-d shared no-tls no-dtls no-ssl3 no-zlib no-comp no-idea no-psk no-srp + SSL_OPT="-d shared no-dtls no-ssl3 no-zlib no-idea no-psk no-srp no-tests enable-rfc3779 enable-ec_nistp_64_gcc_128" if test -d "$SSL_DIR"; then