projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a580e
)
wolfssl: enable ECC Curve 25519 by default
author
Stan Grishin
<stangri@melmac.net>
Thu, 7 Oct 2021 20:15:25 +0000
(20:15 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 24 Oct 2021 16:46:24 +0000
(18:46 +0200)
* fixes https://github.com/openwrt/packages/issues/16652
see https://github.com/openwrt/packages/issues/16674#issuecomment-
934983898
Signed-off-by: Stan Grishin <stangri@melmac.net>
package/libs/wolfssl/Config.in
patch
|
blob
|
history
diff --git
a/package/libs/wolfssl/Config.in
b/package/libs/wolfssl/Config.in
index 81496c15d69cd8b67b709d9398a3089eec463ecb..99c156292c7878ecffcbc37e704999e64f0e4d85 100644
(file)
--- a/
package/libs/wolfssl/Config.in
+++ b/
package/libs/wolfssl/Config.in
@@
-49,7
+49,7
@@
config WOLFSSL_HAS_WPAS
config WOLFSSL_HAS_ECC25519
bool "Include ECC Curve 25519 support"
- default
n
+ default
y
config WOLFSSL_HAS_OPENVPN
bool "Include OpenVPN support"