summaryrefslogtreecommitdiffstats
path: root/fuzz/bndiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/bndiv.c')
-rw-r--r--fuzz/bndiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/bndiv.c b/fuzz/bndiv.c
index c897de99b5..521281109b 100644
--- a/fuzz/bndiv.c
+++ b/fuzz/bndiv.c
@@ -17,7 +17,7 @@
#include <openssl/bn.h>
#include "fuzzer.h"
-int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) {
+int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
int success = 0;
static BN_CTX *ctx;
static BIGNUM *b1;