mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user