From: Tobias Brunner Date: Tue, 7 May 2019 09:28:29 +0000 (+0200) Subject: travis: Build OpenSSL 1.1.1 without compatibility layer for older versions X-Git-Tag: 5.8.0rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91dce6e87661d0972efc86fd610bf6edb26c43a8;p=thirdparty%2Fstrongswan.git travis: Build OpenSSL 1.1.1 without compatibility layer for older versions Configuring 1.1.1 is not actually possible with 1.1.1b, not sure if that's on purpose. --- diff --git a/scripts/test.sh b/scripts/test.sh index 5fbbd6d159..ba5fd6da8e 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -94,7 +94,8 @@ build_openssl() SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz SSL_INS=/usr/local/ssl SSL_OPT="shared no-tls no-dtls no-ssl3 no-zlib no-comp no-idea no-psk no-srp - no-stdio no-tests enable-rfc3779 enable-ec_nistp_64_gcc_128" + no-stdio no-tests enable-rfc3779 enable-ec_nistp_64_gcc_128 + --api=1.1.0" if test -d "$SSL_DIR"; then return