diff options.h @ 1014:37c510c2ac7c coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 Feb 2015 21:47:43 +0800
parents a1e79ffa5862
children deed0571cacc
line wrap: on
line diff
--- a/options.h	Wed Jan 28 22:49:55 2015 +0800
+++ b/options.h	Tue Feb 10 21:47:43 2015 +0800
@@ -95,8 +95,8 @@
 #define DROPBEAR_AES256
 /* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
 /*#define DROPBEAR_BLOWFISH*/
-/*#define DROPBEAR_TWOFISH256*/
-/*#define DROPBEAR_TWOFISH128*/
+#define DROPBEAR_TWOFISH256
+#define DROPBEAR_TWOFISH128
 
 /* Enable CBC mode for ciphers. This has security issues though
  * is the most compatible with older SSH implementations */