summaryrefslogtreecommitdiff
path: root/lib/debug.h
blob: 912ca681b6434dcfa6de5a1e007065bb9fac1d25 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
char* _gnutls_alert2str( int alert);
#endif