diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-05 21:39:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-05 21:39:44 +0000 |
commit | 92aaf68d199f66e414bc57e428b6a2533687f68a (patch) | |
tree | cb1328c2ed11cb71eb632be0666b95b6b71b3099 /src/or/router.c | |
parent | c11c48fc783305fbb3a1b446b35dc3d9602d4bbe (diff) | |
download | tor-92aaf68d199f66e414bc57e428b6a2533687f68a.tar.gz tor-92aaf68d199f66e414bc57e428b6a2533687f68a.zip |
r17914@catbus: nickm | 2008-02-05 16:12:16 -0500
Remove or downgrade some XXX020 items.
svn:r13388
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 349c119547..a24a6dfe7a 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -261,7 +261,6 @@ init_key_from_file(const char *fname, int generate, int severity) /** Load the v3 (voting) authority signing key and certificate, if they are * present. Return -1 if anything is missing, mismatched, or unloadable; * return 0 on success. */ -/* XXXX020 maybe move to dirserv.c or dirvote.c */ static int init_v3_authority_keys(void) { |