MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:42:38 +0000 (11:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000 (12:12 +0200)
commit6af2fc6a3ffb14677d96c0ee796f07893366ccb1
tree3d55e62a054a94ebc1ca01d7f31544f716a895df
parentdd0c4834ef7b5371affe7b83b6cf8e1d3aea8c46
MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries

The same type is used for CA and CRL entries. So, in commit_cert_ctx
structure, there is no reason to have different fields for the CA and CRL
entries.
src/ssl_ckch.c