diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-12 04:50:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-12 04:50:53 +0000 |
commit | 587a57fdef77e79bfb04aeb8abd570583c9d4e3d (patch) | |
tree | 502009e3911583ac5602e20f03681a798e7845f0 /src/common/tortls.c | |
parent | a9f1fb20d7828ac24df82ef6624eb4134a711122 (diff) | |
download | tor-587a57fdef77e79bfb04aeb8abd570583c9d4e3d.tar.gz tor-587a57fdef77e79bfb04aeb8abd570583c9d4e3d.zip |
fix the compile
svn:r13480
Diffstat (limited to 'src/common/tortls.c')
-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 fb2286f3b5..210214d072 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; } |