From 8cafef2e10039162978a29a9e1dca829a55352b7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 26 Feb 2019 16:03:28 +0100 Subject: [PATCH] travis: OpenSSL version bump --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 344a64a40..cae9d45cc 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -61,7 +61,7 @@ build_tss2() build_openssl() { - SSL_REV=1.1.1a + SSL_REV=1.1.1b SSL_PKG=openssl-$SSL_REV SSL_DIR=$TRAVIS_BUILD_DIR/../$SSL_PKG SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz