From 9f642e2bd4374a45e7b828fafc11cc0d6d2b1783 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 18 Oct 2020 23:32:39 +0800 Subject: Fix fuzzer build --- fuzz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fuzz.h') diff --git a/fuzz.h b/fuzz.h index c43f9b1..e5732f8 100644 --- a/fuzz.h +++ b/fuzz.h @@ -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 -- cgit v1.2.3