]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
only define COA_TUNNEL if we have WITH_TLS
authorAlan T. DeKok <aland@freeradius.org>
Wed, 31 Mar 2021 20:09:25 +0000 (16:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 19:13:06 +0000 (15:13 -0400)
src/include/features-h

index ce28e9c51978aa5fa6963b81646ab36fb66ea18b..fc5c707afa381952518a00900772c37b46e31aa1 100644 (file)
@@ -64,7 +64,9 @@
 #      endif
 #    endif
 #  endif
+#endif
 
+#ifdef WITH_TLS
 #  ifdef WITH_COA
 #    ifndef WITHOUT_COA_TUNNEL
 #      define WITH_COA_TUNNEL (1)