diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:26:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-18 13:26:58 -0500 |
commit | ec9d88e5a219e4661aab05af56c78947c46cda99 (patch) | |
tree | 8b5d4ff5be1f5214ace41ee39637e663013e2b81 /src/or/routerparse.c | |
parent | f6e07c158f3d161e570e34ab6f4ca75f351df3a6 (diff) | |
download | tor-ec9d88e5a219e4661aab05af56c78947c46cda99.tar.gz tor-ec9d88e5a219e4661aab05af56c78947c46cda99.zip |
Tweak #10162 documentation a bit
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 86917520cd..6d837159e1 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1737,8 +1737,6 @@ authority_cert_parse_from_string(const char *s, const char **end_of_string) } tok = find_by_keyword(tokens, K_DIR_KEY_CROSSCERT); - /* XXXX Once all authorities generate cross-certified certificates, - * make this field mandatory. */ if (check_signature_token(cert->cache_info.identity_digest, DIGEST_LEN, tok, |