# HG changeset patch # User Matt Johnston # Date 1237329039 0 # Node ID 7c8cdc5d22690f97936ffbb55318f5c5f02867ab # Parent 7de2f22ea759b5f16280cc0dabe2c6ce4d722917# Parent 1037aabf701bd5d681e10b192cb03a6ec4e8363a merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc' and 'ef3b41f37e9f4dd45358bc40f9559ee23f71c284' diff -r 7de2f22ea759 -r 7c8cdc5d2269 options.h --- a/options.h Tue Mar 17 22:30:25 2009 +0000 +++ b/options.h Tue Mar 17 22:30:39 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 diff -r 7de2f22ea759 -r 7c8cdc5d2269 packet.c --- a/packet.c Tue Mar 17 22:30:25 2009 +0000 +++ b/packet.c Tue Mar 17 22:30:39 2009 +0000 @@ -250,8 +250,6 @@ } buf_incrpos(ses.readbuf, len); - printhex("readbuf decrypted", ses.readbuf->data, ses.readbuf->len); - /* check the hmac */ if (checkmac() != DROPBEAR_SUCCESS) { dropbear_exit("Integrity error");