aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-30 10:51:20 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-30 10:51:20 -0400
commit148b5b03a365eae7d8e527d337f9df91d6350f9b (patch)
tree43e6dbdf047ef963b0b2e06ea0a38635941cabf0 /src/core/or/channel.h
parent54e6109499c2ba11ef9c99073bee449c61ebc080 (diff)
parentafb6ff17390cb13780c6e813ad0535048dbd9d3c (diff)
downloadtor-148b5b03a365eae7d8e527d337f9df91d6350f9b.tar.gz
tor-148b5b03a365eae7d8e527d337f9df91d6350f9b.zip
Merge branch 'bug40080_035'
Diffstat (limited to 'src/core/or/channel.h')
-rw-r--r--src/core/or/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/or/channel.h b/src/core/or/channel.h
index 206d0fdc97..a1517aee37 100644
--- a/src/core/or/channel.h
+++ b/src/core/or/channel.h
@@ -735,6 +735,9 @@ int channel_is_outgoing(channel_t *chan);
void channel_mark_client(channel_t *chan);
void channel_clear_client(channel_t *chan);
int channel_matches_extend_info(channel_t *chan, extend_info_t *extend_info);
+int channel_remote_identity_matches(const channel_t *chan,
+ const char *rsa_id_digest,
+ const ed25519_public_key_t *ed_id);
unsigned int channel_num_circuits(channel_t *chan);
MOCK_DECL(void,channel_set_circid_type,(channel_t *chan,
crypto_pk_t *identity_rcvd,