comparison src/headers/tomcrypt_custom.h @ 210:4768b55c5240 libtomcrypt

propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3) to branch 'au.asn.ucc.matt.dropbear.ltc' (head 4d6aec6e6121e13f68c11c149b6579c41cb63e74)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 12:10:23 +0000
parents 8be64e2c86f4 39d5d58461d6
children 36160290a1b2
comparison
equal deleted inserted replaced
199:8be64e2c86f4 210:4768b55c5240
1 /* This header is meant to be included before mycrypt.h in projects where
2 * you don't want to throw all the defines in a makefile.
3 */
4 #ifndef TOMCRYPT_CUSTOM_H_ 1 #ifndef TOMCRYPT_CUSTOM_H_
5 #define TOMCRYPT_CUSTOM_H_ 2 #define TOMCRYPT_CUSTOM_H_
6 3
7 /* this will sort out which stuff based on the user-config in options.h */ 4 /* this will sort out which stuff based on the user-config in options.h */
8 #include "../options.h" 5 #include "../options.h"
79 #define HMAC 76 #define HMAC
80 77
81 /* Various tidbits of modern neatoness */ 78 /* Various tidbits of modern neatoness */
82 #define BASE64 79 #define BASE64
83 80
81 /* default no functions */
82 #define LTC_MUTEX_GLOBAL(x)
83 #define LTC_MUTEX_PROTO(x)
84 #define LTC_MUTEX_LOCK(x)
85 #define LTC_MUTEX_UNLOCK(x)
84 #define FORTUNA_POOLS 0 86 #define FORTUNA_POOLS 0
85 87
86 #endif 88 #endif
87 89
90
91 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_custom.h,v $ */
92 /* $Revision: 1.17 $ */
93 /* $Date: 2005/06/19 18:00:28 $ */