diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-10 22:41:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-10 22:41:52 -0500 |
commit | c0483c7f851b2aa1933fb591eb0ca8f66b162022 (patch) | |
tree | e89132f36f27dc57ad016a952e58fcdcdd667095 /src/or/or.h | |
parent | dd3f2f63324f1c8eeaf6027f345ce8cee6438f1a (diff) | |
download | tor-c0483c7f851b2aa1933fb591eb0ca8f66b162022.tar tor-c0483c7f851b2aa1933fb591eb0ca8f66b162022.tar.gz |
Remove options for configuring HS authorities.
(There is no longer meaningfully any such thing as a HS authority,
since we stopped uploading or downloading v0 hs descriptors in
0.2.2.1-alpha.)
Implements #10881, and part of #10841.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h index b63b1ffcb..5d195878e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3542,8 +3542,6 @@ typedef struct { * for version 1 directories? */ int V3AuthoritativeDir; /**< Boolean: is this an authoritative directory * for version 3 directories? */ - int HSAuthoritativeDir; /**< Boolean: does this an authoritative directory - * handle hidden service requests? */ int NamingAuthoritativeDir; /**< Boolean: is this an authoritative directory * that's willing to bind names? */ int VersioningAuthoritativeDir; /**< Boolean: is this an authoritative @@ -3747,9 +3745,6 @@ typedef struct { /** If set, use these bridge authorities and not the default one. */ config_line_t *AlternateBridgeAuthority; - /** If set, use these HS authorities and not the default ones. */ - config_line_t *AlternateHSAuthority; - char *MyFamily; /**< Declared family for this OR. */ config_line_t *NodeFamilies; /**< List of config lines for * node families */ |