mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
naked constants are ugly
This commit is contained in:
parent
6b54edef4f
commit
1ba1bdee4b
1 changed files with 2 additions and 2 deletions
|
@ -490,8 +490,8 @@ init_keys(void)
|
|||
char fingerprint_line[MAX_NICKNAME_LEN+FINGERPRINT_LEN+3];
|
||||
const char *mydesc;
|
||||
crypto_pk_env_t *prkey;
|
||||
char digest[20];
|
||||
char v3_digest[20];
|
||||
char digest[DIGEST_LEN];
|
||||
char v3_digest[DIGEST_LEN];
|
||||
char *cp;
|
||||
or_options_t *options = get_options();
|
||||
authority_type_t type;
|
||||
|
|
Loading…
Add table
Reference in a new issue