diff src/headers/tomcrypt.h @ 281:997e6f7dc01e libtomcrypt-dropbear

Just import the Dropbear 0.47 libtomcrypt changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 13:02:58 +0000
parents 59400faa4b44
children 999a5eb4ed10
line wrap: on
line diff
--- a/src/headers/tomcrypt.h	Wed Mar 08 12:58:00 2006 +0000
+++ b/src/headers/tomcrypt.h	Wed Mar 08 13:02:58 2006 +0000
@@ -23,7 +23,8 @@
 #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 {