mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo that's been bugging me
svn:r440
This commit is contained in:
parent
44c3a7c2d7
commit
0761bc7b83
@ -265,7 +265,7 @@ tor_tls_write(tor_tls *tls, char *cp, int n)
|
||||
|
||||
/* Perform initial handshake on 'tls'. When finished, returns
|
||||
* TOR_TLS_DONE. On failure, returns TOR_TLS_ERROR, TOR_TLS_WANTREAD,
|
||||
* or TOR_TLS_WANNTWRITE.
|
||||
* or TOR_TLS_WANTWRITE.
|
||||
*/
|
||||
int
|
||||
tor_tls_handshake(tor_tls *tls)
|
||||
|
Loading…
Reference in New Issue
Block a user