diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-03-17 23:21:33 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-17 23:21:33 +0800 |
commit | 420151dbd9e9737fcb7df46529b5fa63a10b8efa (patch) | |
tree | 47e6ec4fc3bfcd6923c7669a50d5e25ed6d96644 /libtomcrypt/src/headers/tomcrypt_custom.h | |
parent | 156b28c771f9a2b18bd3ddde6d6b3c193999c904 (diff) |
move m_burn and function attributes to dbhelpers
use m_burn for libtomcrypt zeromem() too
Diffstat (limited to 'libtomcrypt/src/headers/tomcrypt_custom.h')
-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 cbfaeb3..82cb26e 100644 --- a/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/libtomcrypt/src/headers/tomcrypt_custom.h @@ -1,7 +1,7 @@ #ifndef TOMCRYPT_CUSTOM_H_ #define TOMCRYPT_CUSTOM_H_ -/* this will sort out which stuff based on the user-config in options.h */ +/* compile options depend on Dropbear options.h */ #include "options.h" /* macros for various libc functions you can change for embedded targets */ |