diff options
Diffstat (limited to 'testcode/testbound.c')
-rw-r--r-- | testcode/testbound.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testcode/testbound.c b/testcode/testbound.c index 4405231c08626..602dffaff14a9 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -577,3 +577,13 @@ void wsvc_cron_cb(void* ATTR_UNUSED(arg)) } #endif /* UB_ON_WINDOWS */ +int tcp_connect_errno_needs_log(struct sockaddr* ATTR_UNUSED(addr), + socklen_t ATTR_UNUSED(addrlen)) +{ + return 1; +} + +int squelch_err_ssl_handshake(unsigned long ATTR_UNUSED(err)) +{ + return 0; +} |