mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 17:17:06 +02:00
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.
This commit is contained in:
parent
33a2745c87
commit
14df913400
@ -126,7 +126,7 @@ struct commit_cacrlfile_ctx {
|
|||||||
struct cafile_entry *new_crlfile_entry;
|
struct cafile_entry *new_crlfile_entry;
|
||||||
struct ckch_inst_link *next_ckchi_link;
|
struct ckch_inst_link *next_ckchi_link;
|
||||||
struct ckch_inst *next_ckchi;
|
struct ckch_inst *next_ckchi;
|
||||||
int cafile_type; /* either CA or CRL, depending on the current command */
|
enum cafile_type cafile_type; /* either CA or CRL, depending on the current command */
|
||||||
char *err;
|
char *err;
|
||||||
enum {
|
enum {
|
||||||
CACRL_ST_INIT = 0,
|
CACRL_ST_INIT = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user