From 7a186a0cbfc9e8b1b6c7184f5df050830a3cb4d1 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Fri, 15 Oct 2021 18:46:14 +0800 Subject: [PATCH] fix comment issue Signed-off-by: Jerry Yu --- library/ssl_tls13_client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/ssl_tls13_client.c b/library/ssl_tls13_client.c index 2924fd8b68..ca82fdcc58 100644 --- a/library/ssl_tls13_client.c +++ b/library/ssl_tls13_client.c @@ -884,8 +884,7 @@ cleanup: /* * Functions for parsing and processing Server Hello */ -/* Fetch and preprocess - * Returns a negative value on failure, and otherwise +/* Returns a negative value on failure, and otherwise * - SSL_SERVER_HELLO_COORDINATE_HELLO or * - SSL_SERVER_HELLO_COORDINATE_HRR * to indicate which message is expected and to be parsed next. */