From 03541c73a003f1e0bcc1715f1d8f1f904648a5b6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 12 Dec 2022 15:12:11 +0100 Subject: [PATCH] github: Fix Python build with custom OpenSSL version --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2