diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-24 10:56:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-24 10:56:50 -0400 |
commit | 78295904f7422c056b5c61b31b512c6d5e2a225e (patch) | |
tree | 1a1ad70b882406b49141cebb97d5ffd266c665f0 /src/feature/hs | |
parent | ae0cb94b69b65e4561932b668deb0b19a19dbe94 (diff) | |
parent | 7ed7fe230bf4295de73c22b0f7649f7372b4c782 (diff) | |
download | tor-78295904f7422c056b5c61b31b512c6d5e2a225e.tar.gz tor-78295904f7422c056b5c61b31b512c6d5e2a225e.zip |
Merge branch 'ticket26744'
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_client.c | 3 | ||||
-rw-r--r-- | src/feature/hs/hs_service.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c index 52a4e9a007..0d382f9c85 100644 --- a/src/feature/hs/hs_client.c +++ b/src/feature/hs/hs_client.c @@ -19,7 +19,8 @@ #include "lib/crypt_ops/crypto_format.h" #include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_util.h" -#include "feature/dircache/directory.h" +#include "feature/dircommon/directory.h" +#include "feature/dirclient/dirclient.h" #include "feature/hs/hs_cache.h" #include "feature/hs/hs_cell.h" #include "feature/hs/hs_circuit.h" diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c index 643240fb68..dc7bb41ee1 100644 --- a/src/feature/hs/hs_service.c +++ b/src/feature/hs/hs_service.c @@ -19,7 +19,8 @@ #include "lib/crypt_ops/crypto_util.h" #include "lib/crypt_ops/crypto_ope.h" #include "lib/crypt_ops/crypto_rand.h" -#include "feature/dircache/directory.h" +#include "feature/dircommon/directory.h" +#include "feature/dirclient/dirclient.h" #include "core/mainloop/mainloop.h" #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/nodelist.h" |