Merge branch 'bug30021_029' into bug30021_035

This commit is contained in:
Nick Mathewson
2019-04-04 11:26:33 -04:00
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -905,7 +905,7 @@ tor_tls_classify_client_ciphers(const SSL *ssl,
smartlist_free(elts);
}
done:
if (tor_tls)
if (tor_tls && peer_ciphers)
return tor_tls->client_cipher_list_type = res;
return res;