aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-20 02:48:35 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-20 02:48:35 -0400
commit77babb832a128d6479dee5f7e37b03de566c1a14 (patch)
tree3a26a952d6e51cfefa5a4e2ca6f17d3263f10ce1 /src/or/routerlist.c
parentf2c30e97cc61204d43040fc9d82ea114a87afdeb (diff)
downloadtor-77babb832a128d6479dee5f7e37b03de566c1a14.tar.gz
tor-77babb832a128d6479dee5f7e37b03de566c1a14.zip
minor cleanups
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index b4fb8d167d..ca932e6af7 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -974,8 +974,9 @@ router_get_trusteddirserver_by_digest(const char *digest)
return NULL;
}
-/** Return the trusted_dir_server_t for the directory authority whose identity
- * key hashes to <b>digest</b>, or NULL if no such authority is known.
+/** Return the trusted_dir_server_t for the directory authority whose
+ * v3 identity key hashes to <b>digest</b>, or NULL if no such authority
+ * is known.
*/
trusted_dir_server_t *
trusteddirserver_get_by_v3_auth_digest(const char *digest)