travis: Bump wolfSSL to 4.2.0

This commit is contained in:
Tobias Brunner 2019-10-23 17:50:20 +02:00
parent b3db361727
commit 8346db09dd
1 changed files with 1 additions and 1 deletions

View File

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