From b639e18d39788b0be5f29ef36a2b3f127d1aa7ed Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Tue, 3 Mar 2009 13:42:54 +0000
Subject: [PATCH] - Turn DROPBEAR_SMALL_CODE off by default

--HG--
extra : convert_revision : ef3b41f37e9f4dd45358bc40f9559ee23f71c284
---
 options.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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