aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2010-11-17 10:26:34 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2010-11-17 10:43:14 +0100
commit0f1afaf5955e5905b7fd6fcf27d7c9958782bd06 (patch)
tree4654dafd8a512ab7c82bf183a31fe1abefa2e390 /src/or/routerparse.h
parentff1cf35442e0859574a2c3be725b6387dbfac64a (diff)
downloadtor-0f1afaf5955e5905b7fd6fcf27d7c9958782bd06.tar
tor-0f1afaf5955e5905b7fd6fcf27d7c9958782bd06.tar.gz
Tweak the bugfix for 2183 a bit more.
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index e5ebf0761..f41743bcf 100644
--- a/src/or/routerparse.h
+++ b/src/or/routerparse.h
@@ -20,6 +20,7 @@ int router_get_networkstatus_v3_hash(const char *s, char *digest,
digest_algorithm_t algorithm);
int router_get_networkstatus_v3_hashes(const char *s, digests_t *digests);
int router_get_extrainfo_hash(const char *s, char *digest);
+#define DIROBJ_MAX_SIG_LEN 256
int router_append_dirobj_signature(char *buf, size_t buf_len,
const char *digest,
size_t digest_len,