# HG changeset patch # User Matt Johnston # Date 1248443347 0 # Node ID 1d5a3df28b53ea781e9a39e9a421bf3c92a9c1f8 # Parent 8711f20b89aba896ec52d6eec6b40916db7e86cb Disable Blowfish by default, it has inefficient key memory use diff -r 8711f20b89ab -r 1d5a3df28b53 options.h --- a/options.h Thu Jul 09 16:01:30 2009 +0000 +++ b/options.h Fri Jul 24 13:49:07 2009 +0000 @@ -86,7 +86,8 @@ #define DROPBEAR_AES128 #define DROPBEAR_3DES #define DROPBEAR_AES256 -#define DROPBEAR_BLOWFISH +/* Compiling in Blowfish will add ~6kB to runtime heap memory usage */ +/*#define DROPBEAR_BLOWFISH*/ #define DROPBEAR_TWOFISH256 #define DROPBEAR_TWOFISH128