From: Tobias Brunner Date: Tue, 28 May 2019 13:28:06 +0000 (+0200) Subject: travis: Bump OpenSSL to 1.1.1c X-Git-Tag: 5.8.1dr1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc0688e1e50465fe845d4a73303e58d29e69fd4;p=thirdparty%2Fstrongswan.git travis: Bump OpenSSL to 1.1.1c --- diff --git a/scripts/test.sh b/scripts/test.sh index ba5fd6da8e..78b3feb6ea 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -88,7 +88,7 @@ build_tss2() build_openssl() { - SSL_REV=1.1.1b + SSL_REV=1.1.1c SSL_PKG=openssl-$SSL_REV SSL_DIR=$TRAVIS_BUILD_DIR/../$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz