diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 18:53:44 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 18:53:44 +0800 |
commit | 50bde9976b7ef51a7cd4f00cf9734387aa4ce33e (patch) | |
tree | 484951b76a4f340dd7def45795ee9101c60e5878 /fuzzer-preauth.c | |
parent | 18ea116827eda29ba71ac30e96257937e965941b (diff) |
seed_fuzz() prototype
--HG--
branch : fuzz
Diffstat (limited to 'fuzzer-preauth.c')
-rw-r--r-- | fuzzer-preauth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzzer-preauth.c b/fuzzer-preauth.c index 7f0e136..e1340da 100644 --- a/fuzzer-preauth.c +++ b/fuzzer-preauth.c @@ -1,5 +1,4 @@ #include "fuzz.h" -#include "dbrandom.h" #include "session.h" #include "fuzz-wrapfd.h" #include "debug.h" |