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 <gstrauss@gluelogic.com>
This commit is contained in:
Glenn Strauss 2023-05-10 20:50:08 -04:00 committed by Rosen Penev
parent 0d5b110077
commit a171b6a28c

View file

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