summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-17 23:09:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-17 23:09:19 +0000
commit8c01ae46cbfa0340a436ec1cc5c21eb5512bec55 (patch)
tree8b13b76374d7a78bc97ea6900da0e438e4e30785 /lib/gnutls_int.h
parent3e9dbef7cef9959018be38cde0aeec00bd0154ac (diff)
downloadgnutls-8c01ae46cbfa0340a436ec1cc5c21eb5512bec55.tar.gz
Added hooks for electric fence
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 5fba9199ad..40861b1727 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -35,6 +35,8 @@
#define RECORD_DEBUG
#define DEBUG
*/
+#define HANDSHAKE_DEBUG // Prints some information on handshake
+#define DEBUG
/* It might be a good idea to replace int with void*
* here.