diff mycrypt.h @ 16:09ab3354aa21 libtomcrypt

propagate of e8bea23df30f9f46c647d06db3b223427b4e3604 and b0b6b4a8843b94d9f049cb5ffe0b1ae91ec1bf8b from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:27:14 +0000
parents 6362d3854bb4 d7da3b1e1540
children 7ed585a2c53b
line wrap: on
line diff
--- a/mycrypt.h	Tue Jun 15 14:07:21 2004 +0000
+++ b/mycrypt.h	Tue Jun 15 14:27:14 2004 +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 {