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