Skip to content

Commit

Permalink
Fix security policy test for S2N_NO_PQ (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbutch authored Jun 19, 2020
1 parent e0adc84 commit fd251a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_security_policies_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(int argc, char **argv)
EXPECT_EQUAL(security_policy->kem_preferences->kems, pq_kems_r2r1);
#else
EXPECT_FALSE(s2n_pq_kem_is_extension_required(security_policy));
EXPECT_EQUAL(0, security_policy->kem_preferences->count);
EXPECT_EQUAL(0, security_policy->kem_preferences->kem_count);
EXPECT_NULL(security_policy->kem_preferences->kems);
#endif

Expand Down

0 comments on commit fd251a2

Please sign in to comment.