diff default_options.h @ 1915:13cb8cc1b0e4

Remove twofish and remnants of blowfish Twofish CTR was never enabled by default and CBC modes are deprecated
author Matt Johnston <matt@ucc.asn.au>
date Wed, 30 Mar 2022 10:23:39 +0800
parents 40f8468ad4d4
children 3f4cdf839a1a
line wrap: on
line diff
--- a/default_options.h	Wed Mar 30 10:10:15 2022 +0800
+++ b/default_options.h	Wed Mar 30 10:23:39 2022 +0800
@@ -95,8 +95,6 @@
 #define DROPBEAR_AES128 1
 #define DROPBEAR_AES256 1
 #define DROPBEAR_3DES 0
-#define DROPBEAR_TWOFISH256 0
-#define DROPBEAR_TWOFISH128 0
 
 /* Enable Chacha20-Poly1305 authenticated encryption mode. This is
  * generally faster than AES256 on CPU w/o dedicated AES instructions,