Update fuzz corpora
[openssl.git] / fuzz / conf.c
index 3e3f7f184b620b8f07ba61aabbd14f2626a26545..d10d6c7f33cb574bb62b9574f6adf84610dc1a98 100644 (file)
@@ -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;