Mercurial > dropbear
diff dbutil.h @ 346:ed24dfc44904 debug-unrandom
add some debugging of mpints
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 04 Aug 2006 17:15:35 +0000 |
parents | 044bc108b9b3 |
children |
line wrap: on
line diff
--- a/dbutil.h Fri Aug 04 17:15:05 2006 +0000 +++ b/dbutil.h Fri Aug 04 17:15:35 2006 +0000 @@ -43,6 +43,7 @@ #ifdef DEBUG_TRACE void dropbear_trace(const char* format, ...); void printhex(const char * label, const unsigned char * buf, int len); +void print_mp_int(const char * label, mp_int *mp); extern int debug_trace; #endif char * stripcontrol(const char * text);