comparison 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
comparison
equal deleted inserted replaced
144:7ed585a2c53b 147:c2b93763dac9
72 #define HMAC 72 #define HMAC
73 73
74 /* Various tidbits of modern neatoness */ 74 /* Various tidbits of modern neatoness */
75 #define BASE64 75 #define BASE64
76 76
77 #define FORTUNA_POOLS 0
77 78
78 #endif 79 #endif
79 80