summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-04-10 17:12:47 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-04-10 17:12:47 +0000
commit88085ddad8320f6c7b632ea40e32b9628774294a (patch)
tree1890698afe6ff86626fcfb8633dc9917dab48c46 /lib/debug.h
parent1f9db0b3c5877b9a3b545be65ae55c6fcd7fd82a (diff)
downloadgnutls-88085ddad8320f6c7b632ea40e32b9628774294a.tar.gz
Bugfixes in the diffie hellman.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 3c19e39e8d..6d14eff9f0 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -3,3 +3,4 @@ void _print_TLSCompressed(GNUTLSCompressed * compressed);
void _print_TLSPlaintext(GNUTLSPlaintext * plaintext);
void _print_TLSCiphertext( GNUTLSCiphertext *);
char * bin2hex(const unsigned char *old, const size_t oldlen);
+void dump_mpi(char* prefix,MPI a);