Mercurial > dropbear
changeset 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 | e3ac0a426bd0 |
children | 81def6b732c7 |
files | libtomcrypt/src/headers/tomcrypt_custom.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */