diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-21 09:01:32 +0000 |
commit | b3c0d066e535d33d9ed271e92eb30cdefb18385e (patch) | |
tree | 9ce0e2aac1bdc8e5b5fca86629ffac57ccd71095 /src/common/tortls.c | |
parent | a60f7caa5490a38bd67d01ae65fb08c51250cd87 (diff) | |
download | tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.tar.gz tor-b3c0d066e535d33d9ed271e92eb30cdefb18385e.zip |
other cleanups that have been sitting in my sandbox
svn:r13649
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 2259d9e5a7..fb9b26a82a 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -1306,7 +1306,7 @@ _check_no_tls_errors(const char *fname, int line) } /** Return true iff the initial TLS connection at <b>tls</b> did not use a v2 - * TLS handshake. Output undefined if the handshake isn't finished. */ + * TLS handshake. Output is undefined if the handshake isn't finished. */ int tor_tls_used_v1_handshake(tor_tls_t *tls) { |