From 393ec89357b38670af03a4355bcb0c178247218e Mon Sep 17 00:00:00 2001 From: Will Childs-Klein Date: Thu, 9 Mar 2023 15:18:43 -0500 Subject: [PATCH] Fix comment for C99 style --- tests/unit/s2n_pq_kem_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/s2n_pq_kem_test.c b/tests/unit/s2n_pq_kem_test.c index ea2f750360b..63547eb60b4 100644 --- a/tests/unit/s2n_pq_kem_test.c +++ b/tests/unit/s2n_pq_kem_test.c @@ -51,7 +51,7 @@ int main() { BEGIN_TEST(); - // Verify that Kyber512 is available from AWS-LC if AWS-LC is our current libcrypto. + /* Verify that Kyber512 is available from AWS-LC if AWS-LC is our current libcrypto. */ if (s2n_libcrypto_is_awslc() && s2n_pq_is_enabled()) { EXPECT_TRUE(s2n_libcrypto_supports_kyber_512()); } else {