From 8346db09dda67182ef98eff58bfec71ac593718f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 23 Oct 2019 17:50:20 +0200 Subject: [PATCH] travis: Bump wolfSSL to 4.2.0 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 1cf92b9e5..a0a2895d4 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -36,7 +36,7 @@ build_botan() build_wolfssl() { - WOLFSSL_REV=v4.1.0-stable + WOLFSSL_REV=v4.2.0-stable WOLFSSL_DIR=$TRAVIS_BUILD_DIR/../wolfssl if test -d "$WOLFSSL_DIR"; then