The unified diff between revisions [c172bcef..] and [fb8d188c..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debug.h'
# # # patch "debug.h" # from [d4357f0487e00882920677e96d9b222244484ac3] # to [23bff5344e9f49a0879115b2e23e4633e93d3121] # ============================================================ --- debug.h d4357f0487e00882920677e96d9b222244484ac3 +++ debug.h 23bff5344e9f49a0879115b2e23e4633e93d3121 @@ -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