diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-06 16:18:01 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-06 16:18:01 +0000 |
commit | 0bbe2fa8627de1614b4b6992a7ee4290ec572e4d (patch) | |
tree | 77444ba92dd6eb2e6c968e2447647c35e1ea8f91 /debug.h | |
parent | 68f816e8cf5d0ad253a4a20537ae2bda128e0893 (diff) |
- client pubkey auth works
- rearrange the runopts code for client and server (hostkey reading is needed
by both (if the client is doing pubkey auth. otherwise....))
--HG--
extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5
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 |