Skip to content
Permalink
Browse files
Merge branch '3.1' into 3.2
  • Loading branch information
9EOR9 committed Jun 29, 2021
2 parents 4346315 + 07a15f2 commit 903c3ef
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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)
{

0 comments on commit 903c3ef

Please sign in to comment.