aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-09-23 03:02:32 -0400
committerNick Mathewson <nickm@torproject.org>2009-10-15 15:17:13 -0400
commit3471057486a8aef0be6e74b090a3173e0794c84b (patch)
tree551f1b2e7a172176b32459005ac6dedd49e2c461 /src/or/dirserv.c
parentd9c71816b15af4325fb8ab9befa8600185d9aa90 (diff)
downloadtor-3471057486a8aef0be6e74b090a3173e0794c84b.tar
tor-3471057486a8aef0be6e74b090a3173e0794c84b.tar.gz
Implement signatures for microdesc consensuses right.
This means we need to handle the existence of multiple flavors of signature in a detached signatures document, generate them correctly, and so on.
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 326a801c4..17fff6110 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1876,6 +1876,7 @@ version_from_platform(const char *platform)
* The format argument has three possible values:
* NS_V2 - Output an entry suitable for a V2 NS opinion document
* NS_V3_CONSENSUS - Output the first portion of a V3 NS consensus entry
+ * NS_V3_CONSENSUS_MICRODESC - DOCDOC
* NS_V3_VOTE - Output a complete V3 NS vote
* NS_CONTROL_PORT - Output a NS document for the control port
*/