changeset 536:1037aabf701b

- Turn DROPBEAR_SMALL_CODE off by default
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Mar 2009 13:42:54 +0000
parents 21490eea261d
children 7c8cdc5d2269
files options.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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