From 3c48532a484eb90380eb83c9124e4b32bf6c0119 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 12 Apr 2023 10:40:32 -0400 Subject: [PATCH] add stub function --- src/main/unittest.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/unittest.c b/src/main/unittest.c index 5a15ee2e57..44d92b8d88 100644 --- a/src/main/unittest.c +++ b/src/main/unittest.c @@ -72,6 +72,13 @@ void request_inject(UNUSED REQUEST *request) /* do nothing */ } +#ifdef WITH_RADIUSV11 +int fr_radiusv11_client_init(fr_tls_server_conf_t *tls) +{ + return 0; +} +#endif + static rad_listen_t *listen_alloc(void *ctx) { rad_listen_t *this; -- 2.47.2