diff options
Diffstat (limited to 'src/headers/tomcrypt.h')
-rw-r--r-- | src/headers/tomcrypt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/headers/tomcrypt.h b/src/headers/tomcrypt.h index 8369c74..4804194 100644 --- a/src/headers/tomcrypt.h +++ b/src/headers/tomcrypt.h @@ -23,7 +23,8 @@ extern "C" { #define MAXBLOCKSIZE 128 /* descriptor table size */ -#define TAB_SIZE 32 +/* Dropbear change - this should be smaller, saves some size */ +#define TAB_SIZE 4 /* error codes [will be expanded in future releases] */ enum { |