aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-27 16:07:14 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-27 16:07:14 -0400
commit6950749c0afae7b7c1b6f9a311275d0ae86bbeb5 (patch)
tree33797b3e031e281b47d055dd19585555c6b6050b /src/common/tortls.h
parent21e5f3c43197b4d844e25b5de8ff59c3304fd3dd (diff)
downloadtor-6950749c0afae7b7c1b6f9a311275d0ae86bbeb5.tar
tor-6950749c0afae7b7c1b6f9a311275d0ae86bbeb5.tar.gz
Make the bufferevent code use the renegotiation-reenabling hack
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index 0810d81cd..f8603b529 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);