From a171b6a28c16bc927ee7abfc31acbbac183e39e7 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 10 May 2023 20:50:08 -0400 Subject: [PATCH] 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(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 00616a2377..d5b21c987e 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