aboutsummaryrefslogtreecommitdiff
path: root/src/feature/rend/rendservice.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-04-08 13:01:18 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-05-03 18:15:00 +0300
commitf74a80dc3b2ada940e72cd174af5779cac3c3948 (patch)
treecaf7420984bd7d792b5c01a5fabe2940160d8e42 /src/feature/rend/rendservice.c
parent9584798e57f2e5525e01b8bec51de61ff0c256b9 (diff)
downloadtor-f74a80dc3b2ada940e72cd174af5779cac3c3948.tar.gz
tor-f74a80dc3b2ada940e72cd174af5779cac3c3948.zip
Hiding crypt_path_t: Move init functions to crypt_path.c.
This commit only moves code.
Diffstat (limited to 'src/feature/rend/rendservice.c')
-rw-r--r--src/feature/rend/rendservice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/rend/rendservice.c b/src/feature/rend/rendservice.c
index 996e7b9a28..5c267f8e34 100644
--- a/src/feature/rend/rendservice.c
+++ b/src/feature/rend/rendservice.c
@@ -18,6 +18,7 @@
#include "core/or/circuituse.h"
#include "core/or/policies.h"
#include "core/or/relay.h"
+#include "core/or/crypt_path.h"
#include "feature/client/circpathbias.h"
#include "feature/control/control_events.h"
#include "feature/dirclient/dirclient.h"