# HG changeset patch # User Matt Johnston # Date 1125423630 0 # Node ID 809b681a9af5816cc23d5f0f03bc002ef2ea99ed # Parent 36160290a1b27451178be36752ed038840f59cdd - check for generic AES/TWOFISH settings from Dropbear, not AES128 etc diff -r 36160290a1b2 -r 809b681a9af5 src/headers/tomcrypt_custom.h --- 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