Mercurial > dropbear
comparison debug.h @ 75:a54d20c96178
Some documentation touchups
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 14 Aug 2004 17:59:42 +0000 |
parents | 4b53a43f0082 |
children | c85c88500ea6 |
comparison
equal
deleted
inserted
replaced
74:e3adf4cf5465 | 75:a54d20c96178 |
---|---|
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 && \ |