aboutsummaryrefslogtreecommitdiff
path: root/src/lib/tls/tortls.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-05-25 13:25:23 +0000
committerAlexander Færøy <ahf@torproject.org>2021-05-25 13:25:23 +0000
commit11c7e6573013f60d2897720ebbc8c4164e124574 (patch)
treedbac90689b873021094635bb28ba94bd11b8e452 /src/lib/tls/tortls.h
parent48dd87933dd1c592937ef62d20aeac8998edc0fb (diff)
parent42ba87d9648c5aa6c15d53175c477ce697932188 (diff)
downloadtor-11c7e6573013f60d2897720ebbc8c4164e124574.tar.gz
tor-11c7e6573013f60d2897720ebbc8c4164e124574.zip
Merge branch 'maint-0.3.5' into maint-0.4.4
Diffstat (limited to 'src/lib/tls/tortls.h')
-rw-r--r--src/lib/tls/tortls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tls/tortls.h b/src/lib/tls/tortls.h
index 517cdc17dd..3703ecad56 100644
--- a/src/lib/tls/tortls.h
+++ b/src/lib/tls/tortls.h
@@ -108,7 +108,6 @@ int tor_tls_handshake(tor_tls_t *tls);
int tor_tls_finish_handshake(tor_tls_t *tls);
void tor_tls_unblock_renegotiation(tor_tls_t *tls);
void tor_tls_block_renegotiation(tor_tls_t *tls);
-void tor_tls_assert_renegotiation_unblocked(tor_tls_t *tls);
int tor_tls_get_pending_bytes(tor_tls_t *tls);
size_t tor_tls_get_forced_write_size(tor_tls_t *tls);