Mercurial > dropbear
comparison src/headers/tomcrypt_custom.h @ 199:8be64e2c86f4 libtomcrypt
* SMALL_CODE is now LTC_SMALL_CODE
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 10 May 2005 17:02:59 +0000 |
parents | 9cc34777b479 |
children | 4768b55c5240 |
comparison
equal
deleted
inserted
replaced
196:704bb050935f | 199:8be64e2c86f4 |
---|---|
18 | 18 |
19 #define XCLOCK clock | 19 #define XCLOCK clock |
20 #define XCLOCKS_PER_SEC CLOCKS_PER_SEC | 20 #define XCLOCKS_PER_SEC CLOCKS_PER_SEC |
21 | 21 |
22 #ifdef DROPBEAR_SMALL_CODE | 22 #ifdef DROPBEAR_SMALL_CODE |
23 #define SMALL_CODE | 23 #define LTC_SMALL_CODE |
24 #endif | 24 #endif |
25 | 25 |
26 /* Enable self-test test vector checking */ | 26 /* Enable self-test test vector checking */ |
27 /* Not for dropbear */ | 27 /* Not for dropbear */ |
28 //#define LTC_TEST | 28 //#define LTC_TEST |