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