aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-23 04:22:55 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-23 04:22:55 +0000
commitc10faf50858943edafe042664b49f8a743df6d7c (patch)
treec4434fb3d1f9d7a3a3dbf872cc68ce9e1883ab76 /src/or/or.h
parent5b3e5e87bc705b8c55c8272c38aa8d888ba41c75 (diff)
downloadtor-c10faf50858943edafe042664b49f8a743df6d7c.tar.gz
tor-c10faf50858943edafe042664b49f8a743df6d7c.zip
fix some irix compile complaints; make "kbytes" work as a memory unit
svn:r12936
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e33cfc68fe..8be6717a64 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3878,7 +3878,7 @@ int router_digest_version_as_new_as(const char *digest, const char *cutoff);
int router_digest_is_trusted_dir_type(const char *digest,
authority_type_t type);
#define router_digest_is_trusted_dir(d) \
- router_digest_is_trusted_dir_type((d), 0)
+ router_digest_is_trusted_dir_type((d), NO_AUTHORITY)
int router_addr_is_trusted_dir(uint32_t addr);
int hexdigest_to_digest(const char *hexdigest, char *digest);