From db41bcac696f841ea06726408526795e90dfa3c0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 31 Aug 2017 08:46:43 +0200 Subject: [PATCH] dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb Signed-off-by: Felix Fietkau --- package/network/services/dropbear/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index 19ef71c0b2..3316c84e9e 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -3,7 +3,7 @@ menu "Configuration" config DROPBEAR_CURVE25519 bool "Curve25519 support" - default n + default y help This enables the following key exchange algorithm: curve25519-sha256@libssh.org -- 2.11.0