Commit ec9d88e5 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Tweak #10162 documentation a bit

parent f6e07c15
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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,
+1 −1

File changed.

Contains only whitespace changes.