Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
dkostic authored Sep 25, 2024
1 parent 69a1065 commit b90a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/ssl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12119,7 +12119,7 @@ TEST_P(BadKemKeyShareFinishTest, BadKemKeyShareFinish) {
{
// The server's public key was already correctly generated previously in
// a call to Accept(). Here we modify it by replacing it with a randomly
generated public key that is incompatible with the secret key
// generated public key that is incompatible with the secret key
EXPECT_TRUE(random_key_share->Offer(&random_out_public_key));
const uint8_t *random_out_public_key_data = CBB_data(&random_out_public_key);
ASSERT_TRUE(random_out_public_key_data);
Expand Down

0 comments on commit b90a85c

Please sign in to comment.