diff options
author | Roger Dingledine <arma@torproject.org> | 2012-10-26 00:39:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-10-26 00:39:06 -0400 |
commit | 4fc866ce7f2f3a6685d7982fae45503a5828571e (patch) | |
tree | b4fffdc0bb86618190b077cc447f5650555b06c4 /src | |
parent | d44b7bb525b013af82c39b5000f21f901e4ed518 (diff) | |
download | tor-4fc866ce7f2f3a6685d7982fae45503a5828571e.tar.gz tor-4fc866ce7f2f3a6685d7982fae45503a5828571e.zip |
touch-ups
Diffstat (limited to 'src')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 1b7b544f36..d4f02d3d38 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -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. |