changeset 554:1d5a3df28b53

Disable Blowfish by default, it has inefficient key memory use
author Matt Johnston <matt@ucc.asn.au>
date Fri, 24 Jul 2009 13:49:07 +0000
parents 8711f20b89ab
children daf52f813328
files options.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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