summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-12 22:07:45 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-12 22:07:45 +0000
commit6f34ba3e3434ca9129a88709c2b248e4d98505c8 (patch)
tree8e45b17d2baa531ceccb79623b2108efcb16aebb
parent2da52c02285dc4fa849e6278b0cf92be8a653417 (diff)
downloadgnutls_0_9_1.tar.gz
*** empty log message ***gnutls_0_9_1
-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 25d57303fc..1d568dcd9b 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -34,9 +34,9 @@
#define HANDSHAKE_DEBUG // Prints some information on handshake
#define X509_DEBUG
#define RECORD_DEBUG
-#define COMPRESSION_DEBUG*/
+#define COMPRESSION_DEBUG
#define DEBUG
-
+*/
/* It might be a good idea to replace int with void*
* here.