The unified diff between revisions [4d9558a2..] and [a5339aef..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "src/headers/tomcrypt_custom.h" # from [baa9c701e90b3de1330da7c185a90cb5256ebc44] # to [7ce5d38cd791f5309d44f7bcce3426ed6ba7b41d] # ============================================================ --- src/headers/tomcrypt_custom.h baa9c701e90b3de1330da7c185a90cb5256ebc44 +++ src/headers/tomcrypt_custom.h 7ce5d38cd791f5309d44f7bcce3426ed6ba7b41d @@ -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