Explorar o código

wolfssl: enable ECC Curve 25519 by default

* fixes https://github.com/openwrt/packages/issues/16652
 see https://github.com/openwrt/packages/issues/16674#issuecomment-934983898

Signed-off-by: Stan Grishin <[email protected]>
Stan Grishin %!s(int64=4) %!d(string=hai) anos
pai
achega
05a7af9ca0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/libs/wolfssl/Config.in

+ 1 - 1
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"