mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- check for generic AES/TWOFISH settings from Dropbear, not AES128 etc
--HG-- branch : libtomcrypt extra : convert_revision : 47deee5ced17614a50ff1004b3f65f0910107c2e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user