diff libtommath/bn_mp_exptmod.c @ 348:cd14c94fe89c debug-unrandom

add some more copious debugging
author Matt Johnston <matt@ucc.asn.au>
date Sun, 06 Aug 2006 15:29:41 +0000
parents eed26cff980b
children
line wrap: on
line diff
--- a/libtommath/bn_mp_exptmod.c	Fri Aug 04 17:37:45 2006 +0000
+++ b/libtommath/bn_mp_exptmod.c	Sun Aug 06 15:29:41 2006 +0000
@@ -1,3 +1,4 @@
+#include "../dbutil.h"
 #include <tommath.h>
 #ifdef BN_MP_EXPTMOD_C
 /* LibTomMath, multiple-precision integer library -- Tom St Denis