summaryrefslogtreecommitdiff
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
commit215d321736ffc1f3782d2d006bf05768e05d4ef2 (patch)
tree3e26d0eca7ce68d2dc29dc2fd8c379481b3cf6c3
parent5122cdb1ee92dbdea18dc4d5bbbb180ecf1f3240 (diff)
downloaddropbear-215d321736ffc1f3782d2d006bf05768e05d4ef2.tar.gz
Enable SMALL_CODE by default
-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