Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Jul 3, 2024
1 parent ad31b1e commit 8d7bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/s2n_cipher_preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ struct s2n_cipher_suite *cipher_suites_20240702[] = {

const struct s2n_cipher_preferences cipher_preferences_20240702 = {
.count = s2n_array_len(cipher_suites_20240702),
.suites = cipher_suites_20240331,
.suites = cipher_suites_20240702,
.allow_chacha20_boosting = false,
};

Expand Down

0 comments on commit 8d7bdcd

Please sign in to comment.