summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-04-09 11:49:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-04-09 11:49:42 +0000
commitccb26d30efc4aeda237196cab4cb88fb40dc9f25 (patch)
tree29ace3c191e2ce6acb203093d7a9ce23644d0245 /lib/debug.h
parentaf145d777894217cc337ce6505566d6799d8831b (diff)
downloadgnutls-ccb26d30efc4aeda237196cab4cb88fb40dc9f25.tar.gz
Changed directory structure.
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
new file mode 100644
index 0000000000..3c19e39e8d
--- /dev/null
+++ b/lib/debug.h
@@ -0,0 +1,5 @@
+void _print_state(GNUTLS_STATE state);
+void _print_TLSCompressed(GNUTLSCompressed * compressed);
+void _print_TLSPlaintext(GNUTLSPlaintext * plaintext);
+void _print_TLSCiphertext( GNUTLSCiphertext *);
+char * bin2hex(const unsigned char *old, const size_t oldlen);