diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 17:26:56 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 17:26:56 +0000 |
commit | 7cdad3c2006070097d65a2c4d3737c6eac0b63e6 (patch) | |
tree | 6cfc76554e2e7284f7697ba5c499cae22d87b642 /debug.h | |
parent | 7a854cb1f8ffb4ec8f81b8ec50cc42c165839ff3 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |