From f00c9f91a324c6221ce2715bc02464cd05675a01 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 12 Aug 2019 14:25:56 +0200 Subject: [PATCH] travis: Bump wolfSSL to 4.1.0 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 9271bb022..af0751aa0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -36,7 +36,7 @@ build_botan() build_wolfssl() { - WOLFSSL_REV=v4.0.0-stable + WOLFSSL_REV=v4.1.0-stable WOLFSSL_DIR=$TRAVIS_BUILD_DIR/../wolfssl if test -d "$WOLFSSL_DIR"; then