Skip to content

Commit

Permalink
Fix comment for C99 style
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Mar 9, 2023
1 parent a023123 commit 393ec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_pq_kem_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 393ec89

Please sign in to comment.