diff libtommath/bn_mp_clear.c @ 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 eebff2079bdc
children 60fc6476e044
line wrap: on
line diff
--- a/libtommath/bn_mp_clear.c	Thu Mar 17 06:40:31 2016 +0800
+++ b/libtommath/bn_mp_clear.c	Thu Mar 17 23:21:33 2016 +0800
@@ -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
  *