summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-10 16:51:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-10 16:51:18 +0000
commit2d62af78d73dc21cfd7c7da0a2d19fc400e51106 (patch)
tree5ba9279da6fcca4b6e293c2c9b7b0b955cd7ade7 /lib/debug.h
parentfff5ae5d94e48bdc019f354a537d0fdbece4bc53 (diff)
downloadgnutls-2d62af78d73dc21cfd7c7da0a2d19fc400e51106.tar.gz
renamed gnutls_x509_fingerprint to gnutls_fingerprint.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 86b9179089..63779a75a8 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -23,5 +23,4 @@ void _gnutls_print_state(gnutls_session session);
void _gnutls_dump_mpi(char* prefix,MPI a);
const char* _gnutls_packet2str( int packet);
const char* _gnutls_handshake2str( int handshake);
-char* GET_CN( gnutls_datum);
#endif