diff options
author | David Goulet <dgoulet@torproject.org> | 2017-08-22 14:10:30 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-08-24 13:03:28 -0400 |
commit | 61009d40d127e0435e9fd98a8daf81c50e6687f0 (patch) | |
tree | a2ebbbfa7f595ba842dfb1c115a3395d0fe4cb2c /src/or/hs_descriptor.h | |
parent | e046e6fb4816e118f1bb32bd709b5dce5b729994 (diff) | |
download | tor-61009d40d127e0435e9fd98a8daf81c50e6687f0.tar.gz tor-61009d40d127e0435e9fd98a8daf81c50e6687f0.zip |
hs: Stub link_specifier_t in hs_descriptor.h
Avoid including a huge trunnel interface everytime we include hs_descriptor.h
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_descriptor.h')
-rw-r--r-- | src/or/hs_descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h index b4cda7b845..eeeb3e38a4 100644 --- a/src/or/hs_descriptor.h +++ b/src/or/hs_descriptor.h @@ -19,7 +19,7 @@ #include "torcert.h" /* Trunnel */ -#include "ed25519_cert.h" +struct link_specifier_t; /* The earliest descriptor format version we support. */ #define HS_DESC_SUPPORTED_FORMAT_VERSION_MIN 3 |