diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2023-05-10 20:50:08 -0400 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-05-13 15:56:13 +0300 |
commit | a171b6a28c16bc927ee7abfc31acbbac183e39e7 (patch) | |
tree | 43205c51c9ad01ab2ce904e6c22d00fef5f5ebcb /net | |
parent | 0d5b110077d4c51a12d797a844495ce63071a205 (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 00616a237..d5b21c987 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -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 |