summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-13 21:45:15 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-13 21:45:15 +0800
commit8de1f5844853dc7ef9fb1374cd94cab844606e58 (patch)
treec89cae9648a0a85c7a8926bc6402751f33e0ff1c
parent0e53721418d7968ecd5ddcfb4055b8b8b4424256 (diff)
downloaddropbear-8de1f5844853dc7ef9fb1374cd94cab844606e58.tar.gz
debug should be off by default
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index be09865..5c5623f 100644
--- a/debug.h
+++ b/debug.h
@@ -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