From bd97f1d758cb79e32c6104b4f41eb02f10c8d3d5 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 7 Jul 2020 15:04:54 +0200 Subject: [PATCH] CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() Remove a comment. --- src/ssl_sample.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ssl_sample.c b/src/ssl_sample.c index e53c08847..f52ae8901 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