From 934859cf80902e6a16fb69d884fadc8ea831779f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Sep 2018 14:19:48 -0400 Subject: Move key-loading and crosscert-checking out of feature/relay This is also used by onion services, so it needs to go in another module. --- src/feature/hs/hs_service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/feature/hs') diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c index dc7bb41ee1..aa031bd703 100644 --- a/src/feature/hs/hs_service.c +++ b/src/feature/hs/hs_service.c @@ -27,7 +27,8 @@ #include "core/or/relay.h" #include "feature/rend/rendservice.h" #include "feature/relay/router.h" -#include "feature/relay/routerkeys.h" +#include "feature/keymgt/loadkey.h" +//#include "feature/relay/routerkeys.h" #include "feature/nodelist/node_select.h" #include "feature/hs_common/shared_random_client.h" #include "app/config/statefile.h" -- cgit v1.2.3-54-g00ecf