# HG changeset patch # User Matt Johnston # Date 1236087774 0 # Node ID 1037aabf701bd5d681e10b192cb03a6ec4e8363a # Parent 21490eea261db45bffd4b1d8bb6f4b389bda0d3f - Turn DROPBEAR_SMALL_CODE off by default diff -r 21490eea261d -r 1037aabf701b options.h --- a/options.h Tue Mar 03 13:20:00 2009 +0000 +++ b/options.h Tue Mar 03 13:42:54 2009 +0000 @@ -46,9 +46,10 @@ /*#define NO_FAST_EXPTMOD*/ /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save -several kB in binary size, however will make the symmetrical ciphers (AES, DES -etc) slower (perhaps by 50%). Recommended for most small systems. */ -#define DROPBEAR_SMALL_CODE +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*/ /* Enable X11 Forwarding - server only */ #define ENABLE_X11FWD