Skip to content

Commit

Permalink
Merge branch '3.1' into 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Jun 29, 2021
2 parents 4346315 + 07a15f2 commit 903c3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmariadb/secure/gnutls.c
Expand Up @@ -1053,7 +1053,7 @@ static int ma_gnutls_set_ciphers(gnutls_session_t ssl,

token= strtok((char *)cipher_str, ":");

strcpy(prio, "NONE:+VERS-TLS-ALL:+SIGN-ALL:+COMP-NULL");
strcpy(prio, "NONE:+VERS-TLS-ALL:+SIGN-ALL:+COMP-NULL:+CURVE-ALL");

while (token)
{
Expand Down

0 comments on commit 903c3ef

Please sign in to comment.