From a171b6a28c16bc927ee7abfc31acbbac183e39e7 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 10 May 2023 20:50:08 -0400 Subject: 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 --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.3