mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a pair of comments
svn:r14405
This commit is contained in:
parent
1b9c06ab96
commit
0cbecbe050
@ -1464,10 +1464,10 @@ typedef struct networkstatus_voter_info_t {
|
|||||||
* used by this voter. */
|
* used by this voter. */
|
||||||
char *signature; /**< Signature from this voter. */
|
char *signature; /**< Signature from this voter. */
|
||||||
int signature_len; /**< Length of <b>signature</b> */
|
int signature_len; /**< Length of <b>signature</b> */
|
||||||
unsigned int bad_signature : 1; /**< Set to true if we've verified the sig
|
unsigned int bad_signature : 1; /**< Set to true if we've tried to verify
|
||||||
* as good. */
|
* the sig, and we know it's bad. */
|
||||||
unsigned int good_signature : 1; /**< Set to true if we've tried to verify
|
unsigned int good_signature : 1; /**< Set to true if we've verified the sig
|
||||||
* the sig, and we know it's bad. */
|
* as good. */
|
||||||
} networkstatus_voter_info_t;
|
} networkstatus_voter_info_t;
|
||||||
|
|
||||||
/** A common structure to hold a v3 network status vote, or a v3 network
|
/** A common structure to hold a v3 network status vote, or a v3 network
|
||||||
|
Loading…
Reference in New Issue
Block a user