diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-12 17:05:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-12 17:05:39 -0500 |
commit | f92736517baa2f19b0ff3827684f11b1b1f29ffd (patch) | |
tree | 24314c5ec17da38bf8d99e585689c44cf2b2ea7c /src/or/nodelist.h | |
parent | 11eaf208c0aaa7c252ead6343ea65a3576227d69 (diff) | |
parent | fb718e9912f4c636fb1035a0d30aea250a6a53e4 (diff) | |
download | tor-f92736517baa2f19b0ff3827684f11b1b1f29ffd.tar.gz tor-f92736517baa2f19b0ff3827684f11b1b1f29ffd.zip |
Merge branch 'bug23577_squashed'
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r-- | src/or/nodelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h index a41748cb3a..2922b6e2da 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -86,6 +86,7 @@ int node_get_prim_dirport(const node_t *node, tor_addr_port_t *ap_out); void node_get_pref_dirport(const node_t *node, tor_addr_port_t *ap_out); void node_get_pref_ipv6_dirport(const node_t *node, tor_addr_port_t *ap_out); int node_has_curve25519_onion_key(const node_t *node); +curve25519_public_key_t *node_get_curve25519_onion_key(const node_t *node); MOCK_DECL(smartlist_t *, nodelist_get_list, (void)); |