mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix the compile
svn:r13480
This commit is contained in:
parent
a9f1fb20d7
commit
587a57fdef
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user