aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/conf.c')
-rw-r--r--fuzz/conf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/conf.c b/fuzz/conf.c
index 49edb3eaa6..27429c570f 100644
--- a/fuzz/conf.c
+++ b/fuzz/conf.c
@@ -38,3 +38,7 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
return 0;
}
+
+void FuzzerCleanup(void)
+{
+}