]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for
authorWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 13:51:14 +0000 (15:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 16:39:43 +0000 (18:39 +0200)
They're for ->ssl_options but it wasn't obvious.

include/haproxy/listener-t.h

index 5d2093a805dcb251b55d22e45d4b0ed1a281915f..3f0ea5833eba2969541563bec86e481e2f58d39e 100644 (file)
@@ -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 */