travis: Bump wolfSSL to 4.3.0

This commit is contained in:
Tobias Brunner 2020-01-13 14:39:21 +01:00
parent 846dde91ae
commit 282c57b131
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ build_botan()
build_wolfssl()
{
WOLFSSL_REV=v4.2.0-stable
WOLFSSL_REV=v4.3.0-stable
WOLFSSL_DIR=$TRAVIS_BUILD_DIR/../wolfssl
if test -d "$WOLFSSL_DIR"; then