From 9bc159a5ecf878d4e9afaed1662d5140d9cf861e Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Fri, 19 Nov 2021 07:24:46 +0900 Subject: [PATCH] addressed review comment --- src/tls13.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tls13.c b/src/tls13.c index 84aba7b91..47510a6c1 100644 --- a/src/tls13.c +++ b/src/tls13.c @@ -9650,7 +9650,7 @@ int wolfSSL_set_max_early_data(WOLFSSL* ssl, unsigned int sz) #endif } -/* Sets the maximum amount of early data that can be seen by server when using +/* Gets the maximum amount of early data that can be seen by server when using * session tickets for resumption. * A value of zero indicates no early data is to be sent by client using session * tickets.