clean some fuzzing conditionals

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2018-02-28 22:10:43 +08:00
parent 5f2447edbb
commit 5ebc48b3f2
3 changed files with 6 additions and 10 deletions

3
fuzz.h
View File

@@ -43,9 +43,6 @@ void fuzz_fake_send_kexdh_reply(void);
struct dropbear_fuzz_options {
int fuzzing;
// to record an unencrypted stream
FILE* recordf;
// fuzzing input
buffer *input;
struct dropbear_cipher recv_cipher;