comparison debug.h @ 1358:6b89eb92f872 fuzz

glaring wrapfd problems fixed
author Matt Johnston <matt@ucc.asn.au>
date Sat, 20 May 2017 22:47:19 +0800
parents 750ec4ec4cbe
children a90fdd2d2ed8
comparison
equal deleted inserted replaced
1357:08f4fa4dc6a0 1358:6b89eb92f872
62 /*#define DEBUG_KEXHASH*/ 62 /*#define DEBUG_KEXHASH*/
63 /*#define DEBUG_RSA*/ 63 /*#define DEBUG_RSA*/
64 64
65 /* you don't need to touch this block */ 65 /* you don't need to touch this block */
66 #if DEBUG_TRACE 66 #if DEBUG_TRACE
67 extern int debug_trace;
67 #define TRACE(X) dropbear_trace X; 68 #define TRACE(X) dropbear_trace X;
68 #define TRACE2(X) dropbear_trace2 X; 69 #define TRACE2(X) dropbear_trace2 X;
69 #else /*DEBUG_TRACE*/ 70 #else /*DEBUG_TRACE*/
70 #define TRACE(X) 71 #define TRACE(X)
71 #define TRACE2(X) 72 #define TRACE2(X)