]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
travis: Bump wolfSSL to 4.3.0
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Jan 2020 13:39:21 +0000 (14:39 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Jan 2020 14:49:57 +0000 (15:49 +0100)
scripts/test.sh

index daac078587cd4885dabb4d6d06d079d301f4c729..b343056d9bebec2525ab5d1e8a342b00091e0b21 100755 (executable)
@@ -36,7 +36,7 @@ build_botan()
 
 build_wolfssl()
 {
-       WOLFSSL_REV=v4.2.0-stable
+       WOLFSSL_REV=v4.3.0-stable
        WOLFSSL_DIR=$TRAVIS_BUILD_DIR/../wolfssl
 
        if test -d "$WOLFSSL_DIR"; then