diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-10 10:03:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-14 10:59:18 -0400 |
commit | 268d01ada5f4a11c5d8e63215288eb593dbfb9ed (patch) | |
tree | ff938bad09c9e1373986a32cb23561736eaba0e2 /src/feature/nodelist/authcert.c | |
parent | 7b24d56accfac9532bc760bca51a64c8462e2ab7 (diff) | |
download | tor-268d01ada5f4a11c5d8e63215288eb593dbfb9ed.tar.gz tor-268d01ada5f4a11c5d8e63215288eb593dbfb9ed.zip |
Rename blacklist and whitelist wording
Closes #40033
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/nodelist/authcert.c')
-rw-r--r-- | src/feature/nodelist/authcert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/authcert.c b/src/feature/nodelist/authcert.c index 97e44d53e3..8ca22f818e 100644 --- a/src/feature/nodelist/authcert.c +++ b/src/feature/nodelist/authcert.c @@ -745,7 +745,7 @@ static const char *BAD_SIGNING_KEYS[] = { * which, because of the old openssl heartbleed vulnerability, should * never be trusted. */ int -authority_cert_is_blacklisted(const authority_cert_t *cert) +authority_cert_is_denylisted(const authority_cert_t *cert) { char hex_digest[HEX_DIGEST_LEN+1]; int i; |