diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-10-12 03:01:10 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-10-12 03:01:10 +0000 |
commit | 71e25058c1907cc17e8b40d1e7a3d2595cf7f776 (patch) | |
tree | 7e5ed3a1f63ba36e2e86030857bd6dec73ffbffd /debug.h | |
parent | 35bcc463e5ffe2f630c71962ca12d69a84952568 (diff) | |
parent | 5b8a26f1d1871726d45dadd12d0080d5fb7b50f6 (diff) |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 31dcd7a22983ef19d6c63248e415e71d292dd0ec)
to branch 'au.asn.ucc.matt.dropbear.channel-fix' (head 7559a8cc4f6abe2338636f2aced3a395a79c172c)
--HG--
branch : channel-fix
extra : convert_revision : a94c5265558121fe936519b5d9a5eb27f95e9d9d
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ * Caution: Don't use this in an unfriendly environment (ie unfirewalled), * since the printing may not sanitise strings etc. This will add a reasonable * amount to your executable size. */ -/*#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 |