summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-06-10 23:42:42 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-06-10 23:42:42 +0800
commit6145289e0d6de9bad520c64316672c8f583cdb1e (patch)
tree3dae7a993347684a64aede719d00fdf84114180e /libtomcrypt
parentd14ebdbf0e6fcb031544402105324c6183b82443 (diff)
Remove blowfish
Diffstat (limited to 'libtomcrypt')
-rw-r--r--libtomcrypt/src/headers/tomcrypt_dropbear.h3
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