diff svr-kex.c @ 1558:2f64cb3d3007 fuzz

- #if not #ifdef for DROPBEAR_FUZZ - fix some unused variables
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 21:40:08 +0800
parents a90fdd2d2ed8
children d32bcb5c557d
line wrap: on
line diff
--- a/svr-kex.c	Wed Feb 28 21:28:59 2018 +0800
+++ b/svr-kex.c	Wed Feb 28 21:40:08 2018 +0800
@@ -179,7 +179,7 @@
 	}
 #endif
 
-#ifdef DROPBEAR_FUZZ
+#if DROPBEAR_FUZZ
 	if (fuzz.fuzzing && fuzz.skip_kexmaths) {
 		fuzz_fake_send_kexdh_reply();
 		return;