diff libtomcrypt/src/headers/tomcrypt_dropbear.h @ 1713:c2c0f43ff827

Remove blowfish
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:42:42 +0800
parents e9dba7abd939
children 3f4cdf839a1a
line wrap: on
line diff
--- a/libtomcrypt/src/headers/tomcrypt_dropbear.h	Wed Jun 10 23:26:05 2020 +0800
+++ b/libtomcrypt/src/headers/tomcrypt_dropbear.h	Wed Jun 10 23:42:42 2020 +0800
@@ -13,9 +13,6 @@
 /* Fewer entries needed */
 #define TAB_SIZE      5
 
-#if DROPBEAR_BLOWFISH
-#define LTC_BLOWFISH
-#endif
 #if DROPBEAR_AES
 #define LTC_RIJNDAEL
 #endif