aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.c
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.c
parent54e6109499c2ba11ef9c99073bee449c61ebc080 (diff)
parentafb6ff17390cb13780c6e813ad0535048dbd9d3c (diff)
downloadtor-148b5b03a365eae7d8e527d337f9df91d6350f9b.tar.gz
tor-148b5b03a365eae7d8e527d337f9df91d6350f9b.zip
Merge branch 'bug40080_035'
Diffstat (limited to 'src/core/or/channel.c')
-rw-r--r--src/core/or/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/channel.c b/src/core/or/channel.c
index c163f53488..5300a07608 100644
--- a/src/core/or/channel.c
+++ b/src/core/or/channel.c
@@ -663,7 +663,7 @@ channel_find_by_global_id(uint64_t global_identifier)
/** Return true iff <b>chan</b> matches <b>rsa_id_digest</b> and <b>ed_id</b>.
* as its identity keys. If either is NULL, do not check for a match. */
-static int
+int
channel_remote_identity_matches(const channel_t *chan,
const char *rsa_id_digest,
const ed25519_public_key_t *ed_id)