mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
naked constants are ugly
This commit is contained in:
parent
6b54edef4f
commit
1ba1bdee4b
@ -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…
Reference in New Issue
Block a user