diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-23 03:02:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-15 15:17:13 -0400 |
commit | 3471057486a8aef0be6e74b090a3173e0794c84b (patch) | |
tree | 551f1b2e7a172176b32459005ac6dedd49e2c461 /src/or/dirserv.c | |
parent | d9c71816b15af4325fb8ab9befa8600185d9aa90 (diff) | |
download | tor-3471057486a8aef0be6e74b090a3173e0794c84b.tar.gz tor-3471057486a8aef0be6e74b090a3173e0794c84b.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 326a801c41..17fff6110c 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 */ |