Author: nbd Date: 2016-01-10 23:38:59 +0100 (Sun, 10 Jan 2016) New Revision: 48196
Modified: trunk/package/network/services/dropbear/Config.in Log: dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/services/dropbear/Config.in =================================================================== --- trunk/package/network/services/dropbear/Config.in 2016-01-10 22:38:53 UTC (rev 48195) +++ trunk/package/network/services/dropbear/Config.in 2016-01-10 22:38:59 UTC (rev 48196) @@ -3,7 +3,7 @@ config DROPBEAR_CURVE25519 bool "Curve25519 support" - default n + default y help This enables the following key exchange algorithm: [email protected] _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
