summaryrefslogtreecommitdiffhomepage
path: root/fuzz.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-28 22:10:43 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-28 22:10:43 +0800
commit5ebc48b3f231fa7628ab7f0bea56574c8359dbd5 (patch)
tree3690f866dced88cefdfc42c38acccddd3e43bdec /fuzz.h
parent5f2447edbb04dff504396e426268fbaf83fa6bca (diff)
clean some fuzzing conditionals
--HG-- branch : fuzz
Diffstat (limited to 'fuzz.h')
-rw-r--r--fuzz.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fuzz.h b/fuzz.h
index 42ce494..9316a0a 100644
--- a/fuzz.h
+++ b/fuzz.h
@@ -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;