lighttpd: select wolfssl for default cryptolib
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 11 May 2023 00:50:08 +0000 (20:50 -0400)
committerRosen Penev <rosenp@gmail.com>
Sat, 13 May 2023 12:56:13 +0000 (15:56 +0300)
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>
net/lighttpd/Makefile

index 00616a2377a5250b8c9ac97587bcbbc0da5ccea2..d5b21c987e4a976faa6db0bdf17c7d7c4493f3a8 100644 (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