summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-19 08:52:01 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-06-19 08:52:01 +0000
commitd8b7191de9df39cd78a2c4e5f5c7e6be000e0401 (patch)
tree104e7aad5e32267ab863dae50f3488f5e28141dc /lib/debug.h
parent669edad5e2e0a92411d721064e68e9c8698dd386 (diff)
downloadgnutls-d8b7191de9df39cd78a2c4e5f5c7e6be000e0401.tar.gz
fixes in session resuming..
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/debug.h b/lib/debug.h
index b793c1a106..85ad14b261 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -20,9 +20,6 @@
#ifdef DEBUG
void _gnutls_print_state(GNUTLS_STATE state);
-void _gnutls_print_TLSCompressed(GNUTLSCompressed * compressed);
-void _gnutls_print_TLSPlaintext(GNUTLSPlaintext * plaintext);
-void _gnutls_print_TLSCiphertext( GNUTLSCiphertext *);
char * _gnutls_bin2hex(const unsigned char *old, const size_t oldlen);
void _gnutls_dump_mpi(char* prefix,MPI a);
char* _gnutls_packet2str( int packet);