summaryrefslogtreecommitdiff
path: root/src/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-05 12:12:18 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-05 12:12:18 -0400
commitc6d7e0becf33409f87c41c369cd3b561f477df2b (patch)
tree3f84139a214cc091ccc1eae8ad6ad81d798f896a /src/or/relay.h
parent2933f73b31a51ed4ffdb5c0f69c7b58d11c237b6 (diff)
parenta9fa483004b0951c3fc7f8a9f5a097b917da6fa8 (diff)
downloadtor-c6d7e0becf33409f87c41c369cd3b561f477df2b.tar.gz
tor-c6d7e0becf33409f87c41c369cd3b561f477df2b.zip
Merge remote-tracking branch 'public/split_relay_crypto'
Diffstat (limited to 'src/or/relay.h')
-rw-r--r--src/or/relay.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/relay.h b/src/or/relay.h
index ecc67e0b32..cc78758883 100644
--- a/src/or/relay.h
+++ b/src/or/relay.h
@@ -89,9 +89,6 @@ void circuit_clear_cell_queue(circuit_t *circ, channel_t *chan);
void stream_choice_seed_weak_rng(void);
-int relay_crypt(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
- crypt_path_t **layer_hint, char *recognized);
-
circid_t packed_cell_get_circid(const packed_cell_t *cell, int wide_circ_ids);
#ifdef RELAY_PRIVATE