core/or: Update file comment in connection_or.c

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

Comment-only change.
This commit is contained in:
teor
2020-04-14 14:55:37 +10:00
parent 202a57e458
commit a2daca594b
+2 -1
View 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"