Update fuzz corpora
[openssl.git] / fuzz / asn1parse.c
index 63104fb7d09d41dd8caae5dbb5c1e4cc40aee07d..2fe420b140bebe2abbacc7dcbed6ed1eace6b5b4 100644 (file)
@@ -18,7 +18,7 @@
 #include <openssl/x509v3.h>
 #include "fuzzer.h"
 
-int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) {
+int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
     static BIO *bio_out;
 
     if (bio_out == NULL)