Use wolfSSL 5.1.1 for tests

Add --tags when fetching commits so we get tags that are not in any
branches, which is currently the case with this tag.
This commit is contained in:
Tobias Brunner
2022-01-04 15:47:16 +01:00
parent a20daaa336
commit cd0c9919d9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ build_botan()
build_wolfssl()
{
WOLFSSL_REV=v5.0.0-stable
WOLFSSL_REV=v5.1.1-stable
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
if test -d "$WOLFSSL_DIR"; then