[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)
This commit is contained in:
Glenn Strauss 2021-01-16 15:59:57 -05:00
parent 4d5405f0a1
commit 73cace9401
1 changed files with 1 additions and 3 deletions

View File

@ -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 \
..