diff 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
line wrap: on
line diff
--- a/fuzz.h	Wed Feb 28 22:02:12 2018 +0800
+++ b/fuzz.h	Wed Feb 28 22:10:43 2018 +0800
@@ -43,9 +43,6 @@
 struct dropbear_fuzz_options {
     int fuzzing;
 
-    // to record an unencrypted stream
-    FILE* recordf;
-
     // fuzzing input
     buffer *input;
     struct dropbear_cipher recv_cipher;