From 73cace9401c9d0145c891dec31da1984c4ed382a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 16 Jan 2021 15:59:57 -0500 Subject: [PATCH] [build] scripts/ci-build.sh w/o --with-wolfssl WolfSSL is not generally available in *BSD due to WolfSSL limitations. (Might be revisited with the Dec 2020 release of WolfSSL 4.6.0) --- scripts/ci-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 2fd8e1cb..610ccbaa 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -47,8 +47,7 @@ case "${build}" in --with-gnutls \ --with-mbedtls \ --with-nss \ - --with-openssl \ - --with-wolfssl + --with-openssl make make check ;; @@ -75,7 +74,6 @@ case "${build}" in -DWITH_NETTLE=ON \ -DWITH_NSS=ON \ -DWITH_OPENSSL=ON \ - -DWITH_WOLFSSL=ON \ -DWITH_WEBDAV_LOCKS=ON \ -DWITH_WEBDAV_PROPS=ON \ ..