comparison sysoptions.h @ 1569:c42e8ff42bd1

Only use malloc wrapper if fuzzing
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Mar 2018 23:46:24 +0800
parents 1c66ca4f3791
children 60fceff95858
comparison
equal deleted inserted replaced
1568:119a459b00d0 1569:c42e8ff42bd1
314 #else 314 #else
315 #define DROPBEAR_SERVER_TCP_FAST_OPEN 0 315 #define DROPBEAR_SERVER_TCP_FAST_OPEN 0
316 #define DROPBEAR_CLIENT_TCP_FAST_OPEN 0 316 #define DROPBEAR_CLIENT_TCP_FAST_OPEN 0
317 #endif 317 #endif
318 318
319 #define DROPBEAR_TRACKING_MALLOC (DROPBEAR_FUZZ)
320
319 /* no include guard for this file */ 321 /* no include guard for this file */