Skip to content

Commit

Permalink
cleanup and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Nov 28, 2024
1 parent 605c755 commit b0dfcdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/unit/s2n_connection_preferences_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ int main(int argc, char **argv)
BEGIN_TEST();
EXPECT_SUCCESS(s2n_disable_tls13_in_test());

const struct s2n_security_policy *default_security_policy = NULL, *tls13_security_policy = NULL, *fips_security_policy = NULL;
EXPECT_SUCCESS(s2n_find_security_policy_from_version("default_tls13", &tls13_security_policy));
const struct s2n_security_policy *default_security_policy = NULL, *fips_security_policy = NULL;
EXPECT_SUCCESS(s2n_find_security_policy_from_version("default_fips", &fips_security_policy));
EXPECT_SUCCESS(s2n_find_security_policy_from_version("default", &default_security_policy));

Expand Down
1 change: 0 additions & 1 deletion tls/s2n_security_policies.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "tls/s2n_connection.h"
#include "utils/s2n_safety.h"


/* TODO update the date before merge */
/* default as of 07/01. Supports TLS 1.3 */
const struct s2n_security_policy security_policy_20240701 = {
Expand Down

0 comments on commit b0dfcdc

Please sign in to comment.