comparison 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
comparison
equal deleted inserted replaced
1557:61a793b6e471 1558:2f64cb3d3007
177 { 177 {
178 svr_ensure_hostkey(); 178 svr_ensure_hostkey();
179 } 179 }
180 #endif 180 #endif
181 181
182 #ifdef DROPBEAR_FUZZ 182 #if DROPBEAR_FUZZ
183 if (fuzz.fuzzing && fuzz.skip_kexmaths) { 183 if (fuzz.fuzzing && fuzz.skip_kexmaths) {
184 fuzz_fake_send_kexdh_reply(); 184 fuzz_fake_send_kexdh_reply();
185 return; 185 return;
186 } 186 }
187 #endif 187 #endif