summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-05-21 13:44:48 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-05-21 13:44:48 +0800
commit51b5cdd4308f4236d4d1453d482d0086d11a851e (patch)
treed884d6deb393892e6e6816f770510e8e3e9caac8 /options.h
parentaced7b5b00b4eb2c5844b1529964ddbf1ea9afa7 (diff)
Enable SMALL_CODE by default
--HG-- branch : ecc
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
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