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:
parent
0d5b110077
commit
a171b6a28c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ config LIGHTTPD_PCRE2
|
||||||
if PACKAGE_lighttpd
|
if PACKAGE_lighttpd
|
||||||
choice
|
choice
|
||||||
prompt "crypto library"
|
prompt "crypto library"
|
||||||
default LIGHTTPD_CRYPTOLIB_NETTLE
|
default LIGHTTPD_CRYPTOLIB_WOLFSSL
|
||||||
help
|
help
|
||||||
library to use for cryptographic algorithms
|
library to use for cryptographic algorithms
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue