diff default_options.h @ 1713:c2c0f43ff827

Remove blowfish
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:42:42 +0800
parents 3a97f14c0235
children c0f12eaf95c9
line wrap: on
line diff
--- a/default_options.h	Wed Jun 10 23:26:05 2020 +0800
+++ b/default_options.h	Wed Jun 10 23:42:42 2020 +0800
@@ -87,8 +87,6 @@
 #define DROPBEAR_AES256 1
 #define DROPBEAR_TWOFISH256 0
 #define DROPBEAR_TWOFISH128 0
-/* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
-#define DROPBEAR_BLOWFISH 0
 
 /* Enable CBC mode for ciphers. This has security issues though
  * is the most compatible with older SSH implementations */