From: Willy Tarreau Date: Fri, 20 May 2022 13:51:14 +0000 (+0200) Subject: CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for X-Git-Tag: v2.6-dev11~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca044bda54328e1661d9f3b228c53eae9d7be34;p=thirdparty%2Fhaproxy.git CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for They're for ->ssl_options but it wasn't obvious. --- diff --git a/include/haproxy/listener-t.h b/include/haproxy/listener-t.h index 5d2093a805..3f0ea5833e 100644 --- a/include/haproxy/listener-t.h +++ b/include/haproxy/listener-t.h @@ -113,6 +113,7 @@ enum li_status { * maxconn setting to the global.maxsock value so that its resources are reserved. */ +/* flags used with bind_conf->ssl_options */ #ifdef USE_OPENSSL #define BC_SSL_O_NONE 0x0000 #define BC_SSL_O_NO_TLS_TICKETS 0x0100 /* disable session resumption tickets */