Use wolfSSL 5.7.2 for tests

This commit is contained in:
Tobias Brunner
2024-07-11 15:57:12 +02:00
parent c4bce2b79b
commit d759bd9efa
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ build_botan()
build_wolfssl()
{
WOLFSSL_REV=v5.7.0-stable
WOLFSSL_REV=v5.7.2-stable
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
if test -d "$WOLFSSL_DIR"; then