touch-ups

This commit is contained in:
Roger Dingledine
2012-10-26 00:39:06 -04:00
parent d44b7bb525
commit 4fc866ce7f
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1195,7 +1195,7 @@ tor_tls_context_new(crypto_pk_t *identity, unsigned int key_lifetime,
* create an opportunity to fingerprint us (since it's unusual to use them
* with TLS sessions turned off).
*
* In 0.2.4, clients advertise support for them, though to avoid a TLS
* In 0.2.4, clients advertise support for them though, to avoid a TLS
* distinguishability vector. This can give us worse PFS, though, if we
* get a server that doesn't set SSL_OP_NO_TICKET. With luck, there will
* be few such servers by the time 0.2.4 is more stable.