diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-06 10:05:53 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-06 10:05:53 +0000 |
commit | 65938d8337e3cb56762a82d6141e33d89475b716 (patch) | |
tree | 22274c681b303bcd584c0a022b429e28e83fb53f /lib/debug.h | |
parent | 73f500a5dd3131dd87b277d1bbd4f8d80e4533ef (diff) | |
download | gnutls-65938d8337e3cb56762a82d6141e33d89475b716.tar.gz |
Several fixes and improvements in CRL support.
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h index 18f67a9219..86b9179089 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -20,7 +20,6 @@ #ifdef DEBUG void _gnutls_print_state(gnutls_session session); -char * _gnutls_bin2hex(const unsigned char *old, const size_t oldlen); void _gnutls_dump_mpi(char* prefix,MPI a); const char* _gnutls_packet2str( int packet); const char* _gnutls_handshake2str( int handshake); |