projects
/
haproxy-3.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8621ac5
)
CLEANUP: ssl: remove a commentary in struct ckch_inst
author
William Lallemand
<wlallemand@haproxy.com>
Wed, 8 Apr 2020 14:56:09 +0000
(16:56 +0200)
committer
William Lallemand
<wlallemand@haproxy.org>
Thu, 9 Apr 2020 14:13:42 +0000
(16:13 +0200)
The struct ckch_inst now handles the ssl_bind_conf so this commentary is
obsolete
include/types/ssl_sock.h
patch
|
blob
|
history
diff --git
a/include/types/ssl_sock.h
b/include/types/ssl_sock.h
index
28be816
..
7c21ae4
100644
(file)
--- a/
include/types/ssl_sock.h
+++ b/
include/types/ssl_sock.h
@@
-132,8
+132,6
@@
struct ckch_store {
* This structure describe a ckch instance. An instance is generated for each
* bind_conf. The instance contains a linked list of the sni ctx which uses
* the ckch in this bind_conf.
- *
- * XXX: the instance may evolve to handle ssl_bind_conf instead of bind_conf.
*/
struct ckch_inst {
struct bind_conf *bind_conf; /* pointer to the bind_conf that uses this ckch_inst */