The unified diff between revisions [6cb77934..] and [fc57c894..] 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 [60f97e6a361feb5ffb67a7cdb96600ac1b73b80d] # to [e7a35458ab4dfd22551fcbb3dd4c95e3040095c8] # ============================================================ --- debug.h 60f97e6a361feb5ffb67a7cdb96600ac1b73b80d +++ debug.h e7a35458ab4dfd22551fcbb3dd4c95e3040095c8 @@ -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