diff Makefile @ 27:6d889f88a97d default tip

Update to current corpus 2024-12-14
author Matt Johnston <matt@ucc.asn.au>
date Sat, 14 Dec 2024 20:28:01 +0800
parents 6b857c4abe66
children
line wrap: on
line diff
--- a/Makefile	Sat Dec 14 20:27:39 2024 +0800
+++ b/Makefile	Sat Dec 14 20:28:01 2024 +0800
@@ -1,5 +1,6 @@
 FUZZ_TARGETS=fuzzer-preauth fuzzer-preauth_nomaths fuzzer-pubkey fuzzer-verify \
-	fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths
+	fuzzer-client fuzzer-client_nomaths fuzzer-kexcurve25519 fuzzer-kexdh fuzzer-kexecdh fuzzer-postauth_nomaths \
+	fuzzer-cliconf
 
 CORPUSES = $(addsuffix _seed_corpus.zip, $(FUZZ_TARGETS))