From 8181d41bb508aeb6c335fe213d1d5e5412d583b4 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Fri, 24 Jul 2009 13:49:07 +0000
Subject: [PATCH] Disable Blowfish by default, it has inefficient key memory
 use

--HG--
extra : convert_revision : a37b8ae5fb524be221dbdfd71b4f35eb6a48565c
---
 options.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/options.h b/options.h
index c13a12e9..2d6f7b61 100644
--- a/options.h
+++ b/options.h
@@ -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
 
-- 
GitLab