mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Rosen Penev
parent
0d5b110077
commit
a171b6a28c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user