summaryrefslogtreecommitdiffstats
path: root/fuzz/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/conf.c')
-rw-r--r--fuzz/conf.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/conf.h>
#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;