summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-07 21:27:58 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-07 21:27:58 +0000
commit2b8ca7b4a43a45b785974b443b39c2bf4a811c1a (patch)
treeb1a6b0f984259e18681301d9ce1361d77c4fe0fc /src/or/or.h
parent4152a4e83585fa9413e5f46d0d8679ffa5c8e8d6 (diff)
downloadtor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.tar.gz
tor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.zip
patch from karsten to clean up documentation and to integrate
more fixes into rend-spec.txt. svn:r12715
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index fd5a15b015..8aa17a7cfe 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1208,7 +1208,8 @@ typedef struct signed_descriptor_t {
size_t annotations_len;
/** Length of the server descriptor. */
size_t signed_descriptor_len;
- /** Digest of the server descriptor, computed as specified in dir-spec.txt. */
+ /** Digest of the server descriptor, computed as specified in
+ * dir-spec.txt. */
char signed_descriptor_digest[DIGEST_LEN];
/** Identity digest of the router. */
char identity_digest[DIGEST_LEN];