diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-06-10 23:42:42 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-06-10 23:42:42 +0800 |
commit | 6145289e0d6de9bad520c64316672c8f583cdb1e (patch) | |
tree | 3dae7a993347684a64aede719d00fdf84114180e /libtomcrypt | |
parent | d14ebdbf0e6fcb031544402105324c6183b82443 (diff) |
Remove blowfish
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/src/headers/tomcrypt_dropbear.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libtomcrypt/src/headers/tomcrypt_dropbear.h b/libtomcrypt/src/headers/tomcrypt_dropbear.h index 36956da..3e24ea2 100644 --- a/libtomcrypt/src/headers/tomcrypt_dropbear.h +++ b/libtomcrypt/src/headers/tomcrypt_dropbear.h @@ -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 |