Merge branch 'tor-github/pr/902' into maint-0.4.0

This commit is contained in:
George Kadianakis
2019-04-05 14:53:33 +03: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;