diff libtomcrypt/src/headers/tomcrypt_custom.h @ 616:ae1df0cc3f18

Define LTC_NO_FILE to avoid hmac_file() etc
author Matt Johnston <matt@ucc.asn.au>
date Thu, 07 Apr 2011 13:24:41 +0000
parents 43bbe17d6ba0
children 03073a27abb3
line wrap: on
line diff
--- 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 */