aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-02-20 12:21:23 -0500
committerNick Mathewson <nickm@torproject.org>2019-02-20 12:24:34 -0500
commitb3416476b487304426296173dd177e1277388e48 (patch)
tree4f3313caacd7fe6ec0e46e2222eace7c57df78c9 /src/core/or/relay.h
parent97b9dfe3052f1fe3b14f47fc1326e235f96305b7 (diff)
downloadtor-b3416476b487304426296173dd177e1277388e48.tar.gz
tor-b3416476b487304426296173dd177e1277388e48.zip
Remove all uses of weak_rng.
I'm not removing the weak_rng code itself yet, since it is possible that we will want to revert one of these.
Diffstat (limited to 'src/core/or/relay.h')
-rw-r--r--src/core/or/relay.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/or/relay.h b/src/core/or/relay.h
index 044f6be156..ea1b358ffb 100644
--- a/src/core/or/relay.h
+++ b/src/core/or/relay.h
@@ -94,8 +94,6 @@ const uint8_t *decode_address_from_payload(tor_addr_t *addr_out,
int payload_len);
void circuit_clear_cell_queue(circuit_t *circ, channel_t *chan);
-void stream_choice_seed_weak_rng(void);
-
circid_t packed_cell_get_circid(const packed_cell_t *cell, int wide_circ_ids);
#ifdef RELAY_PRIVATE
@@ -126,4 +124,3 @@ STATIC int connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ,
#endif /* defined(RELAY_PRIVATE) */
#endif /* !defined(TOR_RELAY_H) */
-