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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_ntor.c b/src/test/test_hs_ntor.c
index c524409003..eeb0491657 100644
--- a/src/test/test_hs_ntor.c
+++ b/src/test/test_hs_ntor.c
@@ -12,7 +12,7 @@
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_ed25519.h"
-#include "or/hs_ntor.h"
+#include "core/crypto/hs_ntor.h"
/* Test the HS ntor handshake. Simulate the sending of an encrypted INTRODUCE1
* cell, and verify the proper derivation of decryption keys on the other end.