Skip to content

Commit

Permalink
can't count when in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jun 17, 2024
1 parent fa6e270 commit 6acbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/evp_extra/evp_extra_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,7 @@ TEST_P(PerKEMTest, EncapsSeedTest) {
ctx.get(), ct.data(), &ct_len, ss.data(), &ss_len, es.data(), nullptr));
EXPECT_EQ(ERR_R_PASSED_NULL_PARAMETER, ERR_GET_REASON(ERR_peek_last_error()));

// ---- 5. Test failure mode on a seed len too small ----
// ---- 6. Test failure mode on a seed len too small ----
es_len -= 1;
ASSERT_FALSE(EVP_PKEY_encapsulate_deterministic(
ctx.get(), ct.data(), &ct_len, ss.data(), &ss_len, es.data(), &es_len));
Expand Down

0 comments on commit 6acbecd

Please sign in to comment.