diff mycrypt.h @ 144:7ed585a2c53b libtomcrypt

propagate of 3f8f752126017cbe7d93c4086c27a91550df745f and 747ebf284d40a15b338e5a5c7730ecec6eade3d7 from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 11:47:33 +0000
parents 5d99163f7e32 09ab3354aa21
children
line wrap: on
line diff
--- a/mycrypt.h	Sun Dec 19 11:34:45 2004 +0000
+++ b/mycrypt.h	Sun Dec 19 11:47:33 2004 +0000
@@ -23,7 +23,8 @@
 #define MAXBLOCKSIZE  64
 
 /* 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 {