summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-08 12:05:36 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-11-08 12:05:36 +0000
commitd4b8f2c7eea4246a6e2d1dee4118f0bd8ebd20e6 (patch)
treec13340855a6a52b62a971d31f64b5bdf3cc321c1 /lib
parent7d791667b693ad85f78a6d4454fc45f0e828d7b9 (diff)
downloadgnutls-d4b8f2c7eea4246a6e2d1dee4118f0bd8ebd20e6.tar.gz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_buffers.c1
-rw-r--r--lib/gnutls_int.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index 9c0413dd85..364cbfb832 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -1,4 +1,3 @@
-#define READ_DEBUG
/*
* Copyright (C) 2000,2001 Nikos Mavroyanopoulos
*
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 651e79e4d2..ac51a5dec6 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.