diff fuzz.h @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents 35af85194268
children dfbe947bdf0d
line wrap: on
line diff
--- a/fuzz.h	Wed Feb 28 22:11:39 2018 +0800
+++ b/fuzz.h	Thu Oct 15 19:55:15 2020 +0800
@@ -19,6 +19,7 @@
 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);
+const void* fuzz_get_algo(const algo_type *algos, const char* name);
 
 // fuzzer functions that intrude into general code
 void fuzz_kex_fakealgos(void);