aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-10-26 00:39:06 -0400
committerRoger Dingledine <arma@torproject.org>2012-10-26 00:39:06 -0400
commit4fc866ce7f2f3a6685d7982fae45503a5828571e (patch)
treeb4fffdc0bb86618190b077cc447f5650555b06c4 /src/common/tortls.c
parentd44b7bb525b013af82c39b5000f21f901e4ed518 (diff)
downloadtor-4fc866ce7f2f3a6685d7982fae45503a5828571e.tar
tor-4fc866ce7f2f3a6685d7982fae45503a5828571e.tar.gz
touch-ups
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 1b7b544f3..d4f02d3d3 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.