# HG changeset patch # User Matt Johnston # Date 1120850004 0 # Node ID 36160290a1b27451178be36752ed038840f59cdd # Parent 7adce1fbdbff5f4a0ca1194c695d2975cc759eb6 * change include path of options.h * don't use the constant ROL/ROR operations, since compilers seem to have problems diff -r 7adce1fbdbff -r 36160290a1b2 src/headers/tomcrypt_custom.h --- a/src/headers/tomcrypt_custom.h Wed Jul 06 13:31:04 2005 +0000 +++ b/src/headers/tomcrypt_custom.h Fri Jul 08 19:13:24 2005 +0000 @@ -2,7 +2,7 @@ #define TOMCRYPT_CUSTOM_H_ /* this will sort out which stuff based on the user-config in options.h */ -#include "../options.h" +#include "options.h" /* macros for various libc functions you can change for embedded targets */ #define XMALLOC malloc @@ -20,6 +20,9 @@ #define LTC_SMALL_CODE #endif +/* These spit out warnings etc */ +#define LTC_NO_ROLC + /* Enable self-test test vector checking */ /* Not for dropbear */ //#define LTC_TEST