diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-04-07 13:24:41 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-04-07 13:24:41 +0000 |
commit | f924aa18f2ec5320c2f30169df2aef4428675e9c (patch) | |
tree | 923e4233ed60baeef9a1a8e79358f7b847dadf10 /libtomcrypt | |
parent | 72c446f160375d8f5b5fe9135f305eeb28ee63fc (diff) |
Define LTC_NO_FILE to avoid hmac_file() etc
--HG--
extra : convert_revision : b918fd450c1572ce055a6a1fe8c161a495ddec34
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/src/headers/tomcrypt_custom.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |