Skip to content

Commit e4548fb

Browse files
author
Andras Fekete
committed
Use latest wolfSSL
v5.6.3 doesn't support 'fips-check.sh nomakecheck`
1 parent b6b7f43 commit e4548fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils-wolfssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
2323
WOLFSSL_GIT=${WOLFSSL_GIT:-"https://github.com/wolfSSL/wolfssl.git"}
24-
WOLFSSL_TAG=${WOLFSSL_TAG:-"v5.6.3-stable"}
24+
WOLFSSL_TAG=${WOLFSSL_TAG:-"v5.7.2-stable"}
2525
WOLFSSL_SOURCE_DIR=${SCRIPT_DIR}/../wolfssl-source
2626
WOLFSSL_INSTALL_DIR=${SCRIPT_DIR}/../wolfssl-install
2727
WOLFSSL_ISFIPS=${WOLFSSL_ISFIPS:-0}

0 commit comments

Comments
 (0)