diff options
author | Nikos Mavrogiannopoulos <nmav@crystal.(none)> | 2008-06-28 01:25:02 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@crystal.(none)> | 2008-06-28 01:25:02 +0300 |
commit | 95c55c0eb57484533f4dd72c10481c66a66a53f2 (patch) | |
tree | 3bc580f54abd1775b28415ae8e20aab4fe2baade /lib/debug.h | |
parent | 0def0a1d7c28de6fd49995755de7b915cf701225 (diff) | |
download | gnutls-95c55c0eb57484533f4dd72c10481c66a66a53f2.tar.gz |
Initial merge attempt with gnutls_with_ext_mpi
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h index 169bc21d9e..6832ed7284 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -27,4 +27,4 @@ void _gnutls_print_state (gnutls_session_t session); #endif const char *_gnutls_packet2str (content_type_t packet); const char *_gnutls_handshake2str (gnutls_handshake_description_t handshake); -void _gnutls_dump_mpi (const char *prefix, mpi_t a); +void _gnutls_dump_mpi (const char *prefix, bigint_t a); |