diff common-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 5916af64acd4
children 0bdbb9ecc403
line wrap: on
line diff
--- a/common-kex.c	Wed Feb 28 21:28:59 2018 +0800
+++ b/common-kex.c	Wed Feb 28 21:40:08 2018 +0800
@@ -949,7 +949,7 @@
 		ses.newkeys->trans.algo_comp = s2c_comp_algo->val;
 	}
 
-#ifdef DROPBEAR_FUZZ
+#if DROPBEAR_FUZZ
 	if (fuzz.fuzzing) {
 		fuzz_kex_fakealgos();
 	}