The unified diff between revisions [1d7826f7..] and [275bf5c6..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debug.h"
#  from [a2e768a857fdf1f4ce68eaa4385b2c7b571c0a81]
#    to [e7a35458ab4dfd22551fcbb3dd4c95e3040095c8]
#
============================================================
--- debug.h	a2e768a857fdf1f4ce68eaa4385b2c7b571c0a81
+++ 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