Files ending with '-t.h' are supposed to be used for structure
definitions and could be included in the same file to check API
definitions.
This patch removes TRACE_SOURCE from acme-t.h to avoid conflicts with
other TRACE_SOURCE definitions.
#define ACME_VERB_ADVANCED 4
#define ACME_VERB_COMPLETE 5
-#define TRACE_SOURCE &trace_acme
-
-
#endif
#include <haproxy/tools.h>
#include <haproxy/trace.h>
+#define TRACE_SOURCE &trace_acme
+
#if defined(HAVE_ACME)
static void acme_trace(enum trace_level level, uint64_t mask, const struct trace_source *src,