aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-12 04:50:53 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-12 04:50:53 +0000
commit587a57fdef77e79bfb04aeb8abd570583c9d4e3d (patch)
tree502009e3911583ac5602e20f03681a798e7845f0 /src
parenta9f1fb20d7828ac24df82ef6624eb4134a711122 (diff)
downloadtor-587a57fdef77e79bfb04aeb8abd570583c9d4e3d.tar
tor-587a57fdef77e79bfb04aeb8abd570583c9d4e3d.tar.gz
fix the compile
svn:r13480
Diffstat (limited to 'src')
-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 fb2286f3b..210214d07 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -922,7 +922,7 @@ tor_tls_handshake(tor_tls_t *tls)
}
tls->wasV2Handshake = 1;
log_debug(LD_NET, "Completed V2 TLS handshake with client; waiting "
- "for renegotiation."));
+ "for renegotiation.");
} else {
tls->wasV2Handshake = 0;
}