travis: Bump wolfSSL to 4.1.0

This commit is contained in:
Tobias Brunner 2019-08-12 14:25:56 +02:00
parent 05e3751ebb
commit f00c9f91a3
1 changed files with 1 additions and 1 deletions

View File

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