comparison fuzz.h @ 1559:92c93b4a3646 fuzz

Fix to be able to compile normal(ish) binaries with --enable-fuzz
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:02:12 +0800
parents 2f64cb3d3007
children 02b226c2675e
comparison
equal deleted inserted replaced
1558:2f64cb3d3007 1559:92c93b4a3646
1 #ifndef DROPBEAR_FUZZ_H 1 #ifndef DROPBEAR_FUZZ_H
2 #define DROPBEAR_FUZZ_H 2 #define DROPBEAR_FUZZ_H
3 3
4 #include "config.h" 4 #include "config.h"
5
5 #if DROPBEAR_FUZZ 6 #if DROPBEAR_FUZZ
6 7
7 #include "includes.h" 8 #include "includes.h"
8 #include "buffer.h" 9 #include "buffer.h"
9 #include "algo.h" 10 #include "algo.h"