]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
travis: Bump wolfSSL to 4.5.0
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Aug 2020 06:49:59 +0000 (08:49 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 31 Aug 2020 15:49:10 +0000 (17:49 +0200)
scripts/test.sh

index 073e1d2ce5264b549f85396b56ca7e99a281b4e0..af99825f8e748f56a1d009772d2c08efd76abd54 100755 (executable)
@@ -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