diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-11 10:35:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-11 10:41:20 -0400 |
commit | 835e09e54b07cac826e1d2efb450b0223e8a92ba (patch) | |
tree | 70a8e95d1bc0b156e9ad22142907441cd0c0d62a /src/or/router.h | |
parent | da04fed865b6df09b33e6b632d51d34b3eb20d14 (diff) | |
download | tor-835e09e54b07cac826e1d2efb450b0223e8a92ba.tar.gz tor-835e09e54b07cac826e1d2efb450b0223e8a92ba.zip |
Split the client-only parts of init_keys() into a separate function
This should simplify the callgraph a little more.
Diffstat (limited to 'src/or/router.h')
-rw-r--r-- | src/or/router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.h b/src/or/router.h index 61b35d6b5a..d8fcf0a9ad 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -37,6 +37,7 @@ void ntor_key_map_free(di_digest256_map_t *map); int router_initialize_tls_context(void); int init_keys(void); +int init_keys_client(void); int check_whether_orport_reachable(void); int check_whether_dirport_reachable(void); |