aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_ntor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_hs_ntor.c')
-rw-r--r--src/test/test_hs_ntor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_hs_ntor.c b/src/test/test_hs_ntor.c
index 51373af645..c524409003 100644
--- a/src/test/test_hs_ntor.c
+++ b/src/test/test_hs_ntor.c
@@ -9,6 +9,8 @@
#include "test/test.h"
#include "test/test_helpers.h"
#include "test/log_test_helpers.h"
+#include "lib/crypt_ops/crypto_curve25519.h"
+#include "lib/crypt_ops/crypto_ed25519.h"
#include "or/hs_ntor.h"
@@ -111,4 +113,3 @@ struct testcase_t hs_ntor_tests[] = {
END_OF_TESTCASES
};
-