diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-03-08 13:02:58 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-03-08 13:02:58 +0000 |
commit | 33defd1f9b6c4889fe5b075e6abb0b24c00f3a59 (patch) | |
tree | 982534f91ac5a91320d46e15279f18dd93967b3f /src/headers/tomcrypt.h | |
parent | c57e1d8def6e38d350da8b098a91806d405e952e (diff) |
Just import the Dropbear 0.47 libtomcrypt changes
--HG--
branch : libtomcrypt-dropbear
extra : convert_revision : 20dccfc09627970a312d77fb41dc2970b62689c3
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 { |