summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-01-23 23:05:47 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-01-23 23:05:47 +0800
commit89bdf3b0b9376204b039f38f8bebffa92cb30d4e (patch)
tree5a1a23f5ae301b599d1b0e9ccb23b0dcc3dbc1f4 /debug.h
parent597f7eb5e921c70545d3f45e2b5e0b19867573e0 (diff)
add fuzzer-preauth_nomaths
--HG-- branch : fuzz
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 0cd611d..ce7af53 100644
--- a/debug.h
+++ b/debug.h
@@ -49,7 +49,9 @@
/*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \
ses.writepayload->pos == 0)*/
+#ifndef CHECKCLEARTOWRITE
#define CHECKCLEARTOWRITE()
+#endif
/* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon
* output when Dropbear forks. This will allow it gprof to be used.