From f59d0131cb6fc224aee0a0a92de1f04cdebe97c8 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sat, 7 May 2016 22:09:13 +0200 Subject: Add support for fuzzing with AFL Reviewed-by: Ben Laurie MR: #2740 --- fuzz/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz/conf.c') diff --git a/fuzz/conf.c b/fuzz/conf.c index 3e3f7f184b..d10d6c7f33 100644 --- a/fuzz/conf.c +++ b/fuzz/conf.c @@ -15,7 +15,7 @@ #include #include "fuzzer.h" -int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) { +int FuzzerTestOneInput(const uint8_t *buf, size_t len) { CONF *conf = NCONF_new(NULL); BIO *in = BIO_new(BIO_s_mem()); long eline; -- cgit v1.2.3