From: Glenn Strauss Date: Thu, 11 May 2023 00:50:08 +0000 (-0400) Subject: lighttpd: select wolfssl for default cryptolib X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a171b6a28c16bc927ee7abfc31acbbac183e39e7;p=openwrt-packages.git lighttpd: select wolfssl for default cryptolib wolfssl has been a base TLS library in openwrt since 21.02 Default to wolfssl instead of Nettle for digest functions in lighttpd Signed-off-by: Glenn Strauss --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 00616a237..d5b21c987 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -123,7 +123,7 @@ config LIGHTTPD_PCRE2 if PACKAGE_lighttpd choice prompt "crypto library" - default LIGHTTPD_CRYPTOLIB_NETTLE + default LIGHTTPD_CRYPTOLIB_WOLFSSL help library to use for cryptographic algorithms