summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-03 17:26:56 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-03 17:26:56 +0000
commit7cdad3c2006070097d65a2c4d3737c6eac0b63e6 (patch)
tree6cfc76554e2e7284f7697ba5c499cae22d87b642 /debug.h
parent7a854cb1f8ffb4ec8f81b8ec50cc42c165839ff3 (diff)
Pubkey auth is mostly there for the client. Something strange with
remote hostkey verification though. --HG-- extra : convert_revision : 8635abe49e499e16d44a8ee79d474dc35257e9cc
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index d619a58..736690a 100644
--- a/debug.h
+++ b/debug.h
@@ -36,7 +36,7 @@
/* Define this to print trace statements - very verbose */
/* Caution: Don't use this in an unfriendly environment (ie unfirewalled),
* since the printing does not sanitise strings etc */
-#define DEBUG_TRACE
+//#define DEBUG_TRACE
/* All functions writing to the cleartext payload buffer call
* CHECKCLEARTOWRITE() before writing. This is only really useful if you're