changeset 230:809b681a9af5 libtomcrypt

- check for generic AES/TWOFISH settings from Dropbear, not AES128 etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 30 Aug 2005 17:40:30 +0000
parents 36160290a1b2
children e5d119ea4c63
files src/headers/tomcrypt_custom.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/headers/tomcrypt_custom.h	Fri Jul 08 19:13:24 2005 +0000
+++ b/src/headers/tomcrypt_custom.h	Tue Aug 30 17:40:30 2005 +0000
@@ -47,11 +47,11 @@
 #define BLOWFISH
 #endif
 
-#ifdef DROPBEAR_AES128_CBC
+#ifdef DROPBEAR_AES_CBC
 #define RIJNDAEL
 #endif
 
-#ifdef DROPBEAR_TWOFISH128_CBC
+#ifdef DROPBEAR_TWOFISH_CBC
 #define TWOFISH
 
 /* enabling just TWOFISH_SMALL will make the binary ~1kB smaller, turning on