From c47600c52c4c66b1c5cb8befd9eb529627b4bf13 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 24 Aug 2023 16:26:49 -0700 Subject: [PATCH] update comment --- tests/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index eea42217b..1b067be6d 100644 --- a/tests/api.c +++ b/tests/api.c @@ -64936,7 +64936,7 @@ static int test_dtls_client_hello_timeout(void) return EXPECT_RESULT(); } -/* Make sure we don't send acks before getting a server hello */ +/* DTLS test when dropping the changed cipher spec message */ static int test_dtls_dropped_ccs(void) { EXPECT_DECLS;