diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-17 10:26:34 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-11-17 10:43:14 +0100 |
commit | 0f1afaf5955e5905b7fd6fcf27d7c9958782bd06 (patch) | |
tree | 4654dafd8a512ab7c82bf183a31fe1abefa2e390 /src/or/routerparse.h | |
parent | ff1cf35442e0859574a2c3be725b6387dbfac64a (diff) | |
download | tor-0f1afaf5955e5905b7fd6fcf27d7c9958782bd06.tar.gz tor-0f1afaf5955e5905b7fd6fcf27d7c9958782bd06.zip |
Tweak the bugfix for 2183 a bit more.
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index e5ebf07615..f41743bcfb 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, |