diff mycrypt_custom.h @ 147:c2b93763dac9 libtomcrypt

Fixes for it to compile and work nicely with Dropbear. In particular, OS X's 'ar' doesn't seem to like arrays which don't have initialising values.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 16:23:32 +0000
parents 7ed585a2c53b
children
line wrap: on
line diff
--- a/mycrypt_custom.h	Sun Dec 19 11:47:33 2004 +0000
+++ b/mycrypt_custom.h	Sun Dec 19 16:23:32 2004 +0000
@@ -74,6 +74,7 @@
 /* Various tidbits of modern neatoness */
 #define BASE64
 
+#define FORTUNA_POOLS 0
 
 #endif