BUILD: cfgparse-ssl: Remove const from defpx param in keylog parsing function
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 21 Jun 2021 09:17:30 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 21 Jun 2021 09:22:16 +0000 (11:22 +0200)
commit6d43632cfef998e65b58edd47409d6f761983868
tree186ad89f2f0fffc6d22e7afafe56bfd0ba28dada
parent079c609424bf4291c984bfe8d26ba87405493b28
BUILD: cfgparse-ssl: Remove const from defpx param in keylog parsing function

defpx parameter is const in cfg parsing functions since the 2.4. It is not
const in 2.3 and below. This build issue was introduced by the commit
b32469435c ("BUILD: make tune.ssl.keylog available again").

This patch is 2.3-specific. Thus there is upstream commid ID. And no
backport is needed, except if the commit above is backported.
src/cfgparse-ssl.c