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 /libtommath | |
parent | 156b28c771f9a2b18bd3ddde6d6b3c193999c904 (diff) |
move m_burn and function attributes to dbhelpers
use m_burn for libtomcrypt zeromem() too
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/bn_mp_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/bn_mp_clear.c b/libtommath/bn_mp_clear.c index 4b8a10e..16f7982 100644 --- a/libtommath/bn_mp_clear.c +++ b/libtommath/bn_mp_clear.c @@ -1,5 +1,5 @@ #include <tommath.h> -#include "dbutil.h" +#include "dbhelpers.h" #ifdef BN_MP_CLEAR_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * |