]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog()
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 7 Jul 2020 13:04:54 +0000 (15:04 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Jul 2020 14:14:08 +0000 (16:14 +0200)
Remove a comment.

src/ssl_sample.c

index e53c08847f9b8436dcbefac84f3075269a4edf27..f52ae8901f8f4521405bd36c58a8bff342fd2071 100644 (file)
@@ -1163,8 +1163,6 @@ static int smp_fetch_ssl_x_keylog(const struct arg *args, struct sample *smp, co
        smp->flags |= SMP_F_CONST;
        smp->data.u.str.data = strlen(smp->data.u.str.area);
        return 1;
-/*     log-format "CLIENT_RANDOM %[ssl_fc_client_random,hex] %[ssl_fc_session_key,hex]" */
-
 }
 #endif