summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-13 19:10:07 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-13 19:10:07 +0000
commitabc3977c66a2b00c5e76a5a8a03d5d3a74215c28 (patch)
tree781bc938b24030a26d71e48ebc0992b017b5cc82
parent6e7bd94bfca5883941417f2d3a459f9c41ff77e2 (diff)
downloadgnutls-abc3977c66a2b00c5e76a5a8a03d5d3a74215c28.tar.gz
removed debugging stuff
-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 d42a5f4fef..80cdabf745 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -31,9 +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.