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