The unified diff between revisions [d0935a5d..] and [e0686662..] 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