mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 17:17:06 +02:00
CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure
.next_ckchi field is not used by functions responsible to commit changes on CA/CRL entries. It can be removed.
This commit is contained in:
parent
f814c4aa98
commit
dd0c4834ef
@ -125,7 +125,6 @@ struct commit_cacrlfile_ctx {
|
||||
struct cafile_entry *old_crlfile_entry;
|
||||
struct cafile_entry *new_crlfile_entry;
|
||||
struct ckch_inst_link *next_ckchi_link;
|
||||
struct ckch_inst *next_ckchi;
|
||||
enum cafile_type cafile_type; /* either CA or CRL, depending on the current command */
|
||||
char *err;
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user