aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerkeys.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-25 14:19:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-25 15:14:57 -0400
commit934859cf80902e6a16fb69d884fadc8ea831779f (patch)
tree0567013871dbad5cfb70f87292e4a1772361a535 /src/test/test_routerkeys.c
parentc82163dff468443d28b6d0c9b1253f7721eb3fdc (diff)
downloadtor-934859cf80902e6a16fb69d884fadc8ea831779f.tar.gz
tor-934859cf80902e6a16fb69d884fadc8ea831779f.zip
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.
Diffstat (limited to 'src/test/test_routerkeys.c')
-rw-r--r--src/test/test_routerkeys.c1
1 files changed, 1 insertions, 0 deletions
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"