Disable Blowfish by default, it has inefficient key memory use

--HG--
extra : convert_revision : a37b8ae5fb524be221dbdfd71b4f35eb6a48565c
This commit is contained in:
Matt Johnston 2009-07-24 13:49:07 +00:00
parent a996e61a2e
commit 8181d41bb5

View File

@ -86,7 +86,8 @@ much traffic. */
#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