# HG changeset patch # User Matt Johnston # Date 1302182681 0 # Node ID ae1df0cc3f18c1f6b44a2088804d131fa4f0f565 # Parent e3ac0a426bd095115c42b782324495995940112c Define LTC_NO_FILE to avoid hmac_file() etc diff -r e3ac0a426bd0 -r ae1df0cc3f18 libtomcrypt/src/headers/tomcrypt_custom.h --- a/libtomcrypt/src/headers/tomcrypt_custom.h Thu Apr 07 13:05:10 2011 +0000 +++ b/libtomcrypt/src/headers/tomcrypt_custom.h Thu Apr 07 13:24:41 2011 +0000 @@ -78,7 +78,7 @@ /* #define LTC_CLEAN_STACK */ /* disable all file related functions */ -/* #define LTC_NO_FILE */ +#define LTC_NO_FILE /* disable all forms of ASM */ /* #define LTC_NO_ASM */