Add a FuzzerClean() function
[openssl.git] / fuzz / asn1parse.c
index 2fba1c44b6a4ccb6a0d8eb8a5a7935210aa2739e..edb4d023030273f199208a4645a4c832b38e0a11 100644 (file)
@@ -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)ASN1_parse_dump(bio_out, buf, len, 0, 0);
     return 0;
 }
+
+void FuzzerCleanup(void)
+{
+}