From: William Lallemand Date: Tue, 7 Jul 2020 13:04:54 +0000 (+0200) Subject: CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() X-Git-Tag: v2.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd97f1d758cb79e32c6104b4f41eb02f10c8d3d5;p=thirdparty%2Fhaproxy.git CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() Remove a comment. --- diff --git a/src/ssl_sample.c b/src/ssl_sample.c index e53c08847f..f52ae8901f 100644 --- a/src/ssl_sample.c +++ b/src/ssl_sample.c @@ -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