From: Tobias Brunner Date: Tue, 10 Sep 2019 14:33:18 +0000 (+0200) Subject: travis: Bump OpenSSL to 1.1.1d X-Git-Tag: 5.8.2dr1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55879d32003434b5a2782025bc9aa7994dbe345d;p=thirdparty%2Fstrongswan.git travis: Bump OpenSSL to 1.1.1d --- diff --git a/scripts/test.sh b/scripts/test.sh index 254cf64bd6..765e6ed055 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -88,7 +88,7 @@ build_tss2() build_openssl() { - SSL_REV=1.1.1c + SSL_REV=1.1.1d SSL_PKG=openssl-$SSL_REV SSL_DIR=$TRAVIS_BUILD_DIR/../$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz