Mercurial > dropbear
comparison debug.h @ 775:2f1c199b6e4b
requirenext fixup for firstkexfollows
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 14 Apr 2013 23:16:16 +0800 |
parents | 2400b8685762 |
children | 7dcb46da72d9 |
comparison
equal
deleted
inserted
replaced
774:e8b2ca448928 | 775:2f1c199b6e4b |
---|---|
37 * You'll need to run programs with "-v" to turn this on. | 37 * You'll need to run programs with "-v" to turn this on. |
38 * | 38 * |
39 * Caution: Don't use this in an unfriendly environment (ie unfirewalled), | 39 * Caution: Don't use this in an unfriendly environment (ie unfirewalled), |
40 * since the printing may not sanitise strings etc. This will add a reasonable | 40 * since the printing may not sanitise strings etc. This will add a reasonable |
41 * amount to your executable size. */ | 41 * amount to your executable size. */ |
42 #define DEBUG_TRACE | 42 /* #define DEBUG_TRACE */ |
43 | 43 |
44 /* All functions writing to the cleartext payload buffer call | 44 /* All functions writing to the cleartext payload buffer call |
45 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're | 45 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're |
46 * attempting to track down a problem */ | 46 * attempting to track down a problem */ |
47 /*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ | 47 /*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ |