projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a FuzzerClean() function
[openssl.git]
/
fuzz
/
crl.c
diff --git
a/fuzz/crl.c
b/fuzz/crl.c
index
51d1843
..
decf19e
100644
(file)
--- 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)
+{
+}