diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-10-18 23:32:39 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-10-18 23:32:39 +0800 |
commit | 9f642e2bd4374a45e7b828fafc11cc0d6d2b1783 (patch) | |
tree | d504e7ed8ac0fcf947cc0041998997b31294d901 /fuzz.h | |
parent | 6ca24af24afe3a3572e9d043df3f8342d38c84b1 (diff) |
Fix fuzzer build
Diffstat (limited to 'fuzz.h')
-rw-r--r-- | fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ void fuzz_cli_setup(void); int fuzz_set_input(const uint8_t *Data, size_t Size); int fuzz_run_preauth(const uint8_t *Data, size_t Size, int skip_kexmaths); +int fuzz_run_client(const uint8_t *Data, size_t Size, int skip_kexmaths); const void* fuzz_get_algo(const algo_type *algos, const char* name); // fuzzer functions that intrude into general code |