diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-05-21 13:44:48 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-05-21 13:44:48 +0800 |
commit | 51b5cdd4308f4236d4d1453d482d0086d11a851e (patch) | |
tree | d884d6deb393892e6e6816f770510e8e3e9caac8 /options.h | |
parent | aced7b5b00b4eb2c5844b1529964ddbf1ea9afa7 (diff) |
Enable SMALL_CODE by default
--HG--
branch : ecc
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |