CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog()

Remove a comment.
This commit is contained in:
William Lallemand 2020-07-07 15:04:54 +02:00 committed by William Lallemand
parent 253c2519c2
commit bd97f1d758
1 changed files with 0 additions and 2 deletions

View 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