summaryrefslogtreecommitdiff
path: root/src/feature/nodelist/nodelist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-29 15:05:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-29 15:05:05 -0400
commit94605f08fb89ea79409225362d2fa0f8a07435d7 (patch)
tree8905ef80ef6daec743eb1fd8f63c38e3ab98f3d5 /src/feature/nodelist/nodelist.h
parent810152b20f6d773172e1f28ab72a1d4b2fda2d82 (diff)
parent6c0c08bbb506f47bf97bba82e4421592f71455d7 (diff)
downloadtor-94605f08fb89ea79409225362d2fa0f8a07435d7.tar.gz
tor-94605f08fb89ea79409225362d2fa0f8a07435d7.zip
Merge branch 'ticket27246_035_01_squashed'
Diffstat (limited to 'src/feature/nodelist/nodelist.h')
-rw-r--r--src/feature/nodelist/nodelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/nodelist/nodelist.h b/src/feature/nodelist/nodelist.h
index ed3a542971..cf7658cf9d 100644
--- a/src/feature/nodelist/nodelist.h
+++ b/src/feature/nodelist/nodelist.h
@@ -95,6 +95,7 @@ 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);
const struct curve25519_public_key_t *node_get_curve25519_onion_key(
const node_t *node);
+crypto_pk_t *node_get_rsa_onion_key(const node_t *node);
MOCK_DECL(smartlist_t *, nodelist_get_list, (void));