From cb859676555e3738a45550b7e09ab7bc31732c18 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 16 Feb 2021 09:08:12 +0100 Subject: [PATCH] github: Bump wolfSSL to 4.7.0 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 0966dfcdc..7fe5108de 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -37,7 +37,7 @@ build_botan() build_wolfssl() { - WOLFSSL_REV=v4.6.0-stable + WOLFSSL_REV=v4.7.0-stable WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl if test -d "$WOLFSSL_DIR"; then