comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 1283:3017bc7d6238

move m_burn and function attributes to dbhelpers use m_burn for libtomcrypt zeromem() too
author Matt Johnston <matt@ucc.asn.au>
date Thu, 17 Mar 2016 23:21:33 +0800
parents 70625eed40c9
children f9f930e1a516 f849a5ca2efc
comparison
equal deleted inserted replaced
1282:a3bb15115816 1283:3017bc7d6238
1 #ifndef TOMCRYPT_CUSTOM_H_ 1 #ifndef TOMCRYPT_CUSTOM_H_
2 #define TOMCRYPT_CUSTOM_H_ 2 #define TOMCRYPT_CUSTOM_H_
3 3
4 /* this will sort out which stuff based on the user-config in options.h */ 4 /* compile options depend on Dropbear options.h */
5 #include "options.h" 5 #include "options.h"
6 6
7 /* macros for various libc functions you can change for embedded targets */ 7 /* macros for various libc functions you can change for embedded targets */
8 #ifndef XMALLOC 8 #ifndef XMALLOC
9 #ifdef malloc 9 #ifdef malloc