]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 07:17:09 +0000 (09:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 07:21:47 +0000 (09:21 +0200)
commit14df913400f72d2b863ae2d684ee420b6476fbfe
treece49a598d957a426a2510e87faef858ac395ec10
parent33a2745c8738f2b163196d88f23188166a579643
CLEANUP: ssl_ckch: Use corresponding enum for commit_cacrlfile_ctx.cafile_type

There is an enum to determine the entry entry type when changes are
committed on a CA/CRL entry. So use it in the service context instead of an
integer.

This patch may help to fix issue #1731.
src/ssl_ckch.c