]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
travis: Bump wolfSSL to 4.2.0
authorTobias Brunner <tobias@strongswan.org>
Wed, 23 Oct 2019 15:50:20 +0000 (17:50 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 23 Oct 2019 15:50:20 +0000 (17:50 +0200)
scripts/test.sh

index 1cf92b9e5a447c9756232ec76495a9d6f7d21828..a0a2895d480a12d400e5cfa8e493e1ff8bdf3d71 100755 (executable)
@@ -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