summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-17 16:01:20 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-17 16:01:20 +0000
commit0166e632a0576bb8f4f6550e2078d2fe9f94d44f (patch)
tree4491e13a04b4f433e46108b80e4e772d3dbd6f8f
parent031ba98090dcf9818175c320f761ee294d897894 (diff)
downloadgnutls-0166e632a0576bb8f4f6550e2078d2fe9f94d44f.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 926ab44ce1..d97de9e3ac 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -31,8 +31,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.