]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: acme: avoid declaring TRACE_SOURCE in acme-t.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 31 Jul 2025 14:03:28 +0000 (16:03 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 31 Jul 2025 14:03:28 +0000 (16:03 +0200)
commit09275fd549d083cd5a61143d176b65f9cffc1711
tree19ab4efeb3a27defa1fa99929fa3781660c594f7
parenta6e67e7b4198d7fb75d73ad7acbe55756703ffb5
BUILD: acme: avoid declaring TRACE_SOURCE in acme-t.h

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.
include/haproxy/acme-t.h
src/acme.c