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/test/test_routerkeys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_routerkeys.c') diff --git a/src/test/test_routerkeys.c b/src/test/test_routerkeys.c index b62aea113e..f05401ba0d 100644 --- a/src/test/test_routerkeys.c +++ b/src/test/test_routerkeys.c @@ -11,6 +11,7 @@ #include "feature/relay/routerkeys.h" #include "lib/crypt_ops/crypto_cipher.h" #include "lib/crypt_ops/crypto_format.h" +#include "feature/keymgt/loadkey.h" #include "feature/nodelist/torcert.h" #include "test/test.h" -- cgit v1.2.3-54-g00ecf