From 282c57b131c1bdd77f05c003f9c89df5ae583d2d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 13 Jan 2020 14:39:21 +0100 Subject: [PATCH] travis: Bump wolfSSL to 4.3.0 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index daac07858..b343056d9 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -36,7 +36,7 @@ build_botan() build_wolfssl() { - WOLFSSL_REV=v4.2.0-stable + WOLFSSL_REV=v4.3.0-stable WOLFSSL_DIR=$TRAVIS_BUILD_DIR/../wolfssl if test -d "$WOLFSSL_DIR"; then