From 51b5cdd4308f4236d4d1453d482d0086d11a851e Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 21 May 2013 13:44:48 +0800 Subject: [PATCH] Enable SMALL_CODE by default --HG-- branch : ecc --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index 6199fb6..8109dd3 100644 --- a/options.h +++ b/options.h @@ -52,7 +52,7 @@ several kB in binary size however will make the symmetrical ciphers and hashes slower, perhaps by 50%. Recommended for small systems that aren't doing much traffic. */ -/*#define DROPBEAR_SMALL_CODE*/ +#define DROPBEAR_SMALL_CODE /* Enable X11 Forwarding - server only */ #define ENABLE_X11FWD