Enable brainpool curves for TLS1.3
[openssl.git] / ssl / statem / extensions.c
index bc437be26acccdfb64577eac178773c90ef2d9db..0ac8253be3bf1987d1db4a3e118393b6689da52b 100644 (file)
@@ -1369,7 +1369,7 @@ static int final_key_share(SSL *s, unsigned int context, int sent)
                     group_id = pgroups[i];
 
                     if (check_in_list(s, group_id, clntgroups, clnt_num_groups,
-                                      1))
+                                      2))
                         break;
                 }