projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f814c4a
)
CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure
author
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:35:37 +0000
(11:35 +0200)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000
(12:12 +0200)
.next_ckchi field is not used by functions responsible to commit changes on
CA/CRL entries. It can be removed.
src/ssl_ckch.c
patch
|
blob
|
history
diff --git
a/src/ssl_ckch.c
b/src/ssl_ckch.c
index
e6e94e0
..
5079f59
100644
(file)
--- a/
src/ssl_ckch.c
+++ b/
src/ssl_ckch.c
@@
-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 {