diff options
author | teor <teor@torproject.org> | 2020-04-14 14:55:37 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-14 14:55:37 +1000 |
commit | a2daca594baa8439f7f9ee1d93073373454e20ed (patch) | |
tree | bfed4e2912ff68adb814eecc3b9cfcfb334c5f6d /src | |
parent | 202a57e45834a4a3a6c551b96b801b3ef1af1954 (diff) | |
download | tor-a2daca594baa8439f7f9ee1d93073373454e20ed.tar.gz tor-a2daca594baa8439f7f9ee1d93073373454e20ed.zip |
core/or: Update file comment in connection_or.c
Fix a typo, and say "v3 (and later) handshake".
Comment-only change.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/connection_or.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/or/connection_or.c b/src/core/or/connection_or.c index 6b11f33232..af73e295a3 100644 --- a/src/core/or/connection_or.c +++ b/src/core/or/connection_or.c @@ -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" |