From 56e774ac0ca945eadb0d544ea9b7281c48b68bdd Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Tue, 30 Aug 2005 17:40:30 +0000 Subject: [PATCH] - check for generic AES/TWOFISH settings from Dropbear, not AES128 etc --HG-- branch : libtomcrypt extra : convert_revision : 47deee5ced17614a50ff1004b3f65f0910107c2e --- src/headers/tomcrypt_custom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index 558db5d8..ad61f523 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -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 -- GitLab