From: Alan T. DeKok Date: Wed, 31 Mar 2021 20:09:25 +0000 (-0400) Subject: only define COA_TUNNEL if we have WITH_TLS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a10341661a8b7274e8cbe30a2bf4228cb4bdfe11;p=thirdparty%2Ffreeradius-server.git only define COA_TUNNEL if we have WITH_TLS --- diff --git a/src/include/features-h b/src/include/features-h index ce28e9c519..fc5c707afa 100644 --- a/src/include/features-h +++ b/src/include/features-h @@ -64,7 +64,9 @@ # endif # endif # endif +#endif +#ifdef WITH_TLS # ifdef WITH_COA # ifndef WITHOUT_COA_TUNNEL # define WITH_COA_TUNNEL (1)