aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/torcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/torcontrol.cpp')
-rw-r--r--src/test/fuzz/torcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/torcontrol.cpp b/src/test/fuzz/torcontrol.cpp
index a78715f769..6189b3c08d 100644
--- a/src/test/fuzz/torcontrol.cpp
+++ b/src/test/fuzz/torcontrol.cpp
@@ -39,7 +39,7 @@ void initialize_torcontrol()
static const auto testing_setup = MakeNoLogFileContext<>();
}
-FUZZ_TARGET_INIT(torcontrol, initialize_torcontrol)
+FUZZ_TARGET(torcontrol, .init = initialize_torcontrol)
{
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};