Unverified Commit a2daca59 authored by teor's avatar teor
Browse files

core/or: Update file comment in connection_or.c

Fix a typo, and say "v3 (and later) handshake".

Comment-only change.
parent 202a57e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"