Commit 0761bc7b authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix typo that's been bugging me


svn:r440
parent 44c3a7c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)