projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5b110
)
lighttpd: select wolfssl for default cryptolib
author
Glenn Strauss
<gstrauss@gluelogic.com>
Thu, 11 May 2023 00:50:08 +0000
(20:50 -0400)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/net/lighttpd/Makefile
b/net/lighttpd/Makefile
index 00616a2377a5250b8c9ac97587bcbbc0da5ccea2..d5b21c987e4a976faa6db0bdf17c7d7c4493f3a8 100644
(file)
--- 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