summaryrefslogtreecommitdiff
path: root/src/or/hs_common.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-11-07 10:49:10 -0500
committerDavid Goulet <dgoulet@torproject.org>2016-11-07 10:49:10 -0500
commit3ee9a6d6fdde3a05620e6c0e14eea6a1957616f4 (patch)
tree1062320838ca64b95f49f4871c38b6b429563a31 /src/or/hs_common.h
parent800dff13080111b1ce1c2f5e28d9ba326299f62a (diff)
downloadtor-3ee9a6d6fdde3a05620e6c0e14eea6a1957616f4.tar.gz
tor-3ee9a6d6fdde3a05620e6c0e14eea6a1957616f4.zip
hs: Remove EnableOnionServiceV3 consensus param
As of #19899, we decided to allow any relay understanding the onion service version 3 protocol to be able to use it. The service and client will be the one controlled by a consensus parameter (different one for both of them) but if you are a relay and you can understand a protocol, basically you should use the feature. Closes #19899 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r--src/or/hs_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h
index 2502f35ad4..1d3a15df5a 100644
--- a/src/or/hs_common.h
+++ b/src/or/hs_common.h
@@ -33,7 +33,5 @@ const char *rend_data_get_desc_id(const rend_data_t *rend_data,
const uint8_t *rend_data_get_pk_digest(const rend_data_t *rend_data,
size_t *len_out);
-int hs_v3_protocol_is_enabled(void);
-
#endif /* TOR_HS_COMMON_H */