aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_poly1305.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/crypto_poly1305.cpp')
-rw-r--r--src/test/fuzz/crypto_poly1305.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/crypto_poly1305.cpp b/src/test/fuzz/crypto_poly1305.cpp
index 5681e6a693..ac555ed68c 100644
--- a/src/test/fuzz/crypto_poly1305.cpp
+++ b/src/test/fuzz/crypto_poly1305.cpp
@@ -10,7 +10,7 @@
#include <cstdint>
#include <vector>
-void test_one_input(const std::vector<uint8_t>& buffer)
+FUZZ_TARGET(crypto_poly1305)
{
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};