Mercurial > dropbear
changeset 1015:cb7b510b4dd2
debug should be off by default
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 13 Feb 2015 21:45:15 +0800 |
parents | a1e79ffa5862 |
children | 257f7d5fca97 |
files | debug.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/debug.h Tue Feb 10 21:46:19 2015 +0800 +++ b/debug.h Fri Feb 13 21:45:15 2015 +0800 @@ -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