If the management interface is not enabled, it makes no sense in
including the ENABLE_CLIENT_CR #ifdef blocks. This will also in
some configurations cause build issues if these blocks are enabled.
Signed-off-by: Igor Novgorodov <igor@novg.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
/*
* Do we support challenge/response authentication as client?
*/
+#if defined(ENABLE_MANAGEMENT)
#define ENABLE_CLIENT_CR
+#endif
/*
* Do we support pushing peer info?