From f924aa18f2ec5320c2f30169df2aef4428675e9c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 7 Apr 2011 13:24:41 +0000 Subject: [PATCH] Define LTC_NO_FILE to avoid hmac_file() etc --HG-- extra : convert_revision : b918fd450c1572ce055a6a1fe8c161a495ddec34 --- libtomcrypt/src/headers/tomcrypt_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtomcrypt/src/headers/tomcrypt_custom.h b/libtomcrypt/src/headers/tomcrypt_custom.h index 928f54e..12bdb7f 100644 --- a/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/libtomcrypt/src/headers/tomcrypt_custom.h @@ -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 */