Mercurial > dropbear
comparison fuzz.h @ 1561:02b226c2675e fuzz
clean some fuzzing conditionals
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 28 Feb 2018 22:10:43 +0800 |
parents | 92c93b4a3646 |
children | 35af85194268 |
comparison
equal
deleted
inserted
replaced
1559:92c93b4a3646 | 1561:02b226c2675e |
---|---|
41 #endif // FUZZ_SKIP_WRAP | 41 #endif // FUZZ_SKIP_WRAP |
42 | 42 |
43 struct dropbear_fuzz_options { | 43 struct dropbear_fuzz_options { |
44 int fuzzing; | 44 int fuzzing; |
45 | 45 |
46 // to record an unencrypted stream | |
47 FILE* recordf; | |
48 | |
49 // fuzzing input | 46 // fuzzing input |
50 buffer *input; | 47 buffer *input; |
51 struct dropbear_cipher recv_cipher; | 48 struct dropbear_cipher recv_cipher; |
52 struct dropbear_hash recv_mac; | 49 struct dropbear_hash recv_mac; |
53 int wrapfds; | 50 int wrapfds; |