diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-17 23:09:19 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-17 23:09:19 +0000 |
commit | 8c01ae46cbfa0340a436ec1cc5c21eb5512bec55 (patch) | |
tree | 8b13b76374d7a78bc97ea6900da0e438e4e30785 /lib/gnutls_int.h | |
parent | 3e9dbef7cef9959018be38cde0aeec00bd0154ac (diff) | |
download | gnutls-8c01ae46cbfa0340a436ec1cc5c21eb5512bec55.tar.gz |
Added hooks for electric fence
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 2 |
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. |