From 8d7bdcdda010d7b2f28c413830dacd4469ce0f18 Mon Sep 17 00:00:00 2001 From: Apoorv Kothari Date: Wed, 3 Jul 2024 00:43:37 -0700 Subject: [PATCH] fix --- tls/s2n_cipher_preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls/s2n_cipher_preferences.c b/tls/s2n_cipher_preferences.c index 2abbb548474..4911959e3e7 100644 --- a/tls/s2n_cipher_preferences.c +++ b/tls/s2n_cipher_preferences.c @@ -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, };