]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
core/or: Update file comment in connection_or.c
authorteor <teor@torproject.org>
Tue, 14 Apr 2020 04:55:37 +0000 (14:55 +1000)
committerteor <teor@torproject.org>
Tue, 14 Apr 2020 04:55:37 +0000 (14:55 +1000)
Fix a typo, and say "v3 (and later) handshake".

Comment-only change.

src/core/or/connection_or.c

index 6b11f3323250622bd971b8d6d6bf0d7c39159ca1..af73e295a32879bdca3f8186a1d0137f5ad704a3 100644 (file)
@@ -18,7 +18,8 @@
  * tortls.c) which it uses as its TLS stream.  It is responsible for
  * sending and receiving cells over that TLS.
  *
- * This module also implements the client side of the v3 Tor link handshake,
+ * This module also implements the client side of the v3 (and greater) Tor
+ * link handshake.
  **/
 #include "core/or/or.h"
 #include "feature/client/bridges.h"