From: Alan T. DeKok Date: Wed, 12 Apr 2023 14:40:32 +0000 (-0400) Subject: add stub function X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c48532a484eb90380eb83c9124e4b32bf6c0119;p=thirdparty%2Ffreeradius-server.git add stub function --- 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;