Mercurial > dropbear
comparison debug.h @ 33:f789045062e6
Progressing client support
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jul 2004 16:30:46 +0000 |
parents | 0969767bca0d |
children | 9ee8996a375f |
comparison
equal
deleted
inserted
replaced
32:8fd0cdbb5b1b | 33:f789045062e6 |
---|---|
34 /* #define DEBUG_VALGRIND */ | 34 /* #define DEBUG_VALGRIND */ |
35 | 35 |
36 /* Define this to print trace statements - very verbose */ | 36 /* Define this to print trace statements - very verbose */ |
37 /* Caution: Don't use this in an unfriendly environment (ie unfirewalled), | 37 /* Caution: Don't use this in an unfriendly environment (ie unfirewalled), |
38 * since the printing does not sanitise strings etc */ | 38 * since the printing does not sanitise strings etc */ |
39 //#define DEBUG_TRACE | 39 #define DEBUG_TRACE |
40 | 40 |
41 /* All functions writing to the cleartext payload buffer call | 41 /* All functions writing to the cleartext payload buffer call |
42 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're | 42 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're |
43 * attempting to track down a problem */ | 43 * attempting to track down a problem */ |
44 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ | 44 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ |