diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-19 08:52:01 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-19 08:52:01 +0000 |
commit | d8b7191de9df39cd78a2c4e5f5c7e6be000e0401 (patch) | |
tree | 104e7aad5e32267ab863dae50f3488f5e28141dc /lib/debug.h | |
parent | 669edad5e2e0a92411d721064e68e9c8698dd386 (diff) | |
download | gnutls-d8b7191de9df39cd78a2c4e5f5c7e6be000e0401.tar.gz |
fixes in session resuming..
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 3 |
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); |