travis: Bump wolfSSL to 4.5.0

This commit is contained in:
Tobias Brunner 2020-08-21 08:49:59 +02:00
parent bdd058e36c
commit e96f58568e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ build_botan()
build_wolfssl()
{
WOLFSSL_REV=v4.4.0-stable
WOLFSSL_REV=e9b1ceae7e1d # v4.5.0-stable + big endian fix
WOLFSSL_DIR=$DEPS_BUILD_DIR/wolfssl
if test -d "$WOLFSSL_DIR"; then