diff svr-auth.c @ 1348:5c2899e35b63 fuzz

fuzz harness
author Matt Johnston <matt@ucc.asn.au>
date Sat, 13 May 2017 22:50:54 +0800
parents b28624698130
children 3fdd8c5a0195
line wrap: on
line diff
--- a/svr-auth.c	Fri May 12 23:14:54 2017 +0800
+++ b/svr-auth.c	Sat May 13 22:50:54 2017 +0800
@@ -359,7 +359,7 @@
 		/* We delay for 300ms +- 50ms */
 		delay = 250000 + (delay % 100000);
 #ifndef DROPBEAR_FUZZ
-		if (!opts.fuzz.fuzzing) {
+		if (!fuzz.fuzzing) {
 			usleep(delay);
 		}
 #endif