summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-18 08:58:39 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-18 08:58:39 +0000
commitc979c190570d6c0626f1f1882183c07d59080810 (patch)
tree3bc9695538b61d3890e66c4974b4cf292661ddcf /lib/gnutls_int.h
parentcbc68e0b58b4f2737868441b450f20d9df70f594 (diff)
downloadgnutls-c979c190570d6c0626f1f1882183c07d59080810.tar.gz
corrections in the configuration files.
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 d97de9e3ac..ab2ff6bae4 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -24,7 +24,7 @@
#include <defines.h>
-/*
+
#define IO_DEBUG 3 // define this to check non blocking behaviour
#define BUFFERS_DEBUG
#define HARD_DEBUG
@@ -33,7 +33,7 @@
#define HANDSHAKE_DEBUG // Prints some information on handshake
#define RECORD_DEBUG
#define DEBUG
-*/
+
/* It might be a good idea to replace int with void*
* here.