diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-27 16:07:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-27 16:07:14 -0400 |
commit | 6950749c0afae7b7c1b6f9a311275d0ae86bbeb5 (patch) | |
tree | 33797b3e031e281b47d055dd19585555c6b6050b /src/common/tortls.h | |
parent | 21e5f3c43197b4d844e25b5de8ff59c3304fd3dd (diff) | |
download | tor-6950749c0afae7b7c1b6f9a311275d0ae86bbeb5.tar.gz tor-6950749c0afae7b7c1b6f9a311275d0ae86bbeb5.zip |
Make the bufferevent code use the renegotiation-reenabling hack
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 0810d81cd1..f8603b529b 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -66,6 +66,7 @@ int tor_tls_write(tor_tls_t *tls, const char *cp, size_t n); int tor_tls_handshake(tor_tls_t *tls); int tor_tls_finish_handshake(tor_tls_t *tls); int tor_tls_renegotiate(tor_tls_t *tls); +void tor_tls_unblock_renegotiation(tor_tls_t *tls); void tor_tls_block_renegotiation(tor_tls_t *tls); int tor_tls_shutdown(tor_tls_t *tls); int tor_tls_get_pending_bytes(tor_tls_t *tls); |