summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-08 12:00:20 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-08 12:00:20 +0000
commit7d791667b693ad85f78a6d4454fc45f0e828d7b9 (patch)
treecf2bbb30e012892785e94b7e0d9c9b6bfef29a7a /lib/gnutls_int.h
parent0f579c5546a0a1e274c564c34a70cf647f2a6728 (diff)
downloadgnutls-7d791667b693ad85f78a6d4454fc45f0e828d7b9.tar.gz
cleanups and documentation updates
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index ac51a5dec6..651e79e4d2 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -32,9 +32,9 @@
#define WRITE_DEBUG
#define READ_DEBUG
#define HANDSHAKE_DEBUG // Prints some information on handshake
-#define RECORD_DEBUG
+#define RECORD_DEBUG*/
#define DEBUG
-*/
+
/* It might be a good idea to replace int with void*
* here.