]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Fix Python build with custom OpenSSL version
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Dec 2022 14:12:11 +0000 (15:12 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Dec 2022 15:57:01 +0000 (16:57 +0100)
scripts/test.sh

index 8a17f5a01de8b2b1b8af78c86e4682f975c4668e..bb10e39598987faae28980548e41c43be7cdf961 100755 (executable)
@@ -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