glaring wrapfd problems fixed

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-05-20 22:47:19 +08:00
parent fdc6f32392
commit c169423051
12 changed files with 72 additions and 21 deletions

View File

@@ -64,6 +64,7 @@
/* you don't need to touch this block */
#if DEBUG_TRACE
extern int debug_trace;
#define TRACE(X) dropbear_trace X;
#define TRACE2(X) dropbear_trace2 X;
#else /*DEBUG_TRACE*/