From ec9d88e5a219e4661aab05af56c78947c46cda99 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 18 Nov 2013 13:26:58 -0500 Subject: Tweak #10162 documentation a bit --- src/or/routerparse.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or') 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, -- cgit v1.2.3-54-g00ecf