mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
This commit is contained in:
@@ -24,9 +24,6 @@ int fast_mem_is_zero(const char *mem, size_t len);
|
||||
#define fast_digest_is_zero(d) fast_mem_is_zero((d), DIGEST_LEN)
|
||||
#define fast_digetst256_is_zero(d) fast_mem_is_zero((d), DIGEST256_LEN)
|
||||
|
||||
// XXXX remove this after we replace all users.
|
||||
#define tor_mem_is_zero fast_mem_is_zero
|
||||
|
||||
int tor_digest_is_zero(const char *digest);
|
||||
int tor_digest256_is_zero(const char *digest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user