From 44bab727dfe28451b777dc9e47db4f748b709182 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 25 Apr 2025 07:41:24 -0700 Subject: unbound: Vendor import 1.23.0 Release notes at https://nlnetlabs.nl/news/2025/Apr/24/unbound-1.23.0-released/ --- testcode/testbound.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'testcode/testbound.c') diff --git a/testcode/testbound.c b/testcode/testbound.c index 442e23434eb4..6da4ceaf2ebf 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -601,7 +601,24 @@ void listen_desetup_locks(void) /* nothing */ } +void fast_reload_printq_list_delete( + struct fast_reload_printq* ATTR_UNUSED(list)) +{ + /* nothing */ +} + +void fast_reload_worker_pickup_changes(struct worker* ATTR_UNUSED(worker)) +{ + /* nothing */ +} + #ifdef HAVE_NGTCP2 +void* quic_sslctx_create(char* ATTR_UNUSED(key), char* ATTR_UNUSED(pem), + char* ATTR_UNUSED(verifypem)) +{ + return NULL; +} + void comm_point_doq_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(event), void* ATTR_UNUSED(arg)) { -- cgit v1.2.3