summaryrefslogtreecommitdiff
path: root/libtomcrypt
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@users.noreply.github.com>2020-05-25 20:55:13 +0500
committerVladislav Grishenko <themiron@users.noreply.github.com>2020-05-25 20:55:13 +0500
commit98c8392454154d33c08144e91432b690c939021d (patch)
treea9bc7065a70461750467794d533de7a093024f2a /libtomcrypt
parentd75069e9cbae9068096338ad40f375bbcd561731 (diff)
downloaddropbear-98c8392454154d33c08144e91432b690c939021d.tar.gz
CBC mode cleanup (#95)
* Fix CBC mode can't be fully disabled * Fix CBC mode can't be the only mode
Diffstat (limited to 'libtomcrypt')
-rw-r--r--libtomcrypt/src/headers/tomcrypt_dropbear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/src/headers/tomcrypt_dropbear.h b/libtomcrypt/src/headers/tomcrypt_dropbear.h
index ae29475..323902b 100644
--- a/libtomcrypt/src/headers/tomcrypt_dropbear.h
+++ b/libtomcrypt/src/headers/tomcrypt_dropbear.h
@@ -27,7 +27,7 @@
#define LTC_DES
#endif
-#if DROPBEAR_ENABLE_CTR_MODE
+#if DROPBEAR_ENABLE_CBC_MODE
#define LTC_CBC_MODE
#endif