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 /bignum.h | |
parent | 156b28c771f9a2b18bd3ddde6d6b3c193999c904 (diff) |
move m_burn and function attributes to dbhelpers
use m_burn for libtomcrypt zeromem() too
Diffstat (limited to 'bignum.h')
-rw-r--r-- | bignum.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,8 +25,7 @@ #ifndef DROPBEAR_BIGNUM_H_ #define DROPBEAR_BIGNUM_H_ -#include "includes.h" -#include "dbutil.h" +#include "dbhelpers.h" void m_mp_init(mp_int *mp); void m_mp_init_multi(mp_int *mp, ...) ATTRIB_SENTINEL; |