mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-08 08:07:10 +02:00
CLEANUP: ssl: remove a commentary in struct ckch_inst
The struct ckch_inst now handles the ssl_bind_conf so this commentary is obsolete
This commit is contained in:
parent
8621ac5570
commit
b7296c42bd
@ -132,8 +132,6 @@ struct ckch_store {
|
|||||||
* This structure describe a ckch instance. An instance is generated for each
|
* 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
|
* bind_conf. The instance contains a linked list of the sni ctx which uses
|
||||||
* the ckch in this bind_conf.
|
* the ckch in this bind_conf.
|
||||||
*
|
|
||||||
* XXX: the instance may evolve to handle ssl_bind_conf instead of bind_conf.
|
|
||||||
*/
|
*/
|
||||||
struct ckch_inst {
|
struct ckch_inst {
|
||||||
struct bind_conf *bind_conf; /* pointer to the bind_conf that uses this ckch_inst */
|
struct bind_conf *bind_conf; /* pointer to the bind_conf that uses this ckch_inst */
|
||||||
|
Loading…
Reference in New Issue
Block a user