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-Tag: release_3_0_24~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185619e2dd8b35ba84378058dc4869648b3de22f;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 ce28e9c5197..fc5c707afa3 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)