]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add stub function radiusv11
authorAlan T. DeKok <aland@freeradius.org>
Wed, 12 Apr 2023 14:40:32 +0000 (10:40 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 12 Apr 2023 14:40:32 +0000 (10:40 -0400)
src/main/unittest.c

index 5a15ee2e5773217555ea82efa8ce87623a0459a3..44d92b8d8857d96bb8e995680e2d90c1d58f2aee 100644 (file)
@@ -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;