]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
travis: Bump wolfSSL to 4.1.0 149/head
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Aug 2019 12:25:56 +0000 (14:25 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Aug 2019 12:25:56 +0000 (14:25 +0200)
scripts/test.sh

index 9271bb02255e964a325b911a824fd64edb77e916..af0751aa0f687e3dcdbd093d220dc19973a43782 100755 (executable)
@@ -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