]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: ssl: remove comment from dump_crtlist_sslconf()
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 2 Jun 2020 09:54:46 +0000 (11:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 2 Jun 2020 09:54:46 +0000 (11:54 +0200)
Since 8177ad9 ("MINOR: ssl: split config and runtime variable for
ssl-{min,max}-ver"), the dump for ssl-min-ver and ssl-max-ver is fixed,
so we can remove the comment.

src/ssl_crtlist.c

index baeb81d47bfe5e7a3448489d4ae3a7fc10bbaab5..01c107431740aa906db3cc1ffe4b91047bb10e21 100644 (file)
@@ -701,7 +701,6 @@ static void dump_crtlist_sslconf(struct buffer *buf, const struct ssl_bind_conf
        }
 
        /* the crt-lists only support ssl-min-ver and ssl-max-ver */
-       /* XXX: this part need to be revamp so we don't dump the default settings */
        if (conf->ssl_methods_cfg.min) {
                if (space) chunk_appendf(buf, " ");
                chunk_appendf(buf, "ssl-min-ver %s", methodVersions[conf->ssl_methods_cfg.min].name);