diff crypto_desc.c @ 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 34d9d3c022ce
children 3f4cdf839a1a
line wrap: on
line diff
--- a/crypto_desc.c	Wed Mar 30 10:10:15 2022 +0800
+++ b/crypto_desc.c	Wed Mar 30 10:23:39 2022 +0800
@@ -24,12 +24,6 @@
 #if DROPBEAR_AES
 		&aes_desc,
 #endif
-#if DROPBEAR_BLOWFISH
-		&blowfish_desc,
-#endif
-#if DROPBEAR_TWOFISH
-		&twofish_desc,
-#endif
 #if DROPBEAR_3DES
 		&des3_desc,
 #endif