From: Felix Fietkau Date: Sun, 10 Jan 2016 22:38:59 +0000 (+0000) Subject: dropbear: enable curve25519 support by default, increases compressed binary size... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0e0dfbc7bbe8b014c797ea884d5b10e1edc2243f;p=openwrt-github%2F.git dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48196 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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