summaryrefslogtreecommitdiffstats
path: root/fuzz/asn1parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/asn1parse.c')
-rw-r--r--fuzz/asn1parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/asn1parse.c b/fuzz/asn1parse.c
index 63104fb7d0..2fe420b140 100644
--- a/fuzz/asn1parse.c
+++ b/fuzz/asn1parse.c
@@ -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)