mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/902' into maint-0.4.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user