Skip to content

Commit e77df4f

Browse files
Update tests/unit/s2n_security_policies_test.c
Co-authored-by: Lindsay Stewart <[email protected]>
1 parent 42da28f commit e77df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/s2n_security_policies_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ int main(int argc, char **argv)
10431043
* note this does not require a sha384 key.
10441044
*/
10451045
EXPECT_OK(s2n_test_security_policies_compatible(&security_policy_20240503, "20250211", ecdsa_chain_and_key));
1046-
EXPECT_OK(s2n_test_security_policies_compatible(&security_policy_20240503, "default_tls13", ecdsa_chain_and_key);
1046+
EXPECT_OK(s2n_test_security_policies_compatible(&security_policy_20240503, "default_tls13", ecdsa_chain_and_key));
10471047
};
10481048
};
10491049

0 commit comments

Comments
 (0)