diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-09 08:49:26 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-09 08:49:26 +0100 |
commit | e562008f319c3695937f989f342e98b65b7c7941 (patch) | |
tree | 0c1725730be18ef3c959c53c2ea8d7d9f69bf12d /lib/debug.h | |
parent | 8116cdc8f131edd586dad3128ae35dd744cfc32f (diff) | |
download | gnutls-e562008f319c3695937f989f342e98b65b7c7941.tar.gz |
Revert "Remove dead code."
This reverts commit e5d8a79fcc429902e8fb9b7cec91d66b965df5bb.
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h index 4d3d2b03b7..d0ad69370e 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -22,3 +22,4 @@ const char *_gnutls_packet2str (content_type_t packet); const char *_gnutls_handshake2str (gnutls_handshake_description_t handshake); +void _gnutls_dump_mpi (const char *prefix, bigint_t a); |