diff options
Diffstat (limited to 'src/feature/hs/hs_ident.c')
-rw-r--r-- | src/feature/hs/hs_ident.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_ident.c b/src/feature/hs/hs_ident.c index 20539ca878..c6ef8c2ce3 100644 --- a/src/feature/hs/hs_ident.c +++ b/src/feature/hs/hs_ident.c @@ -8,7 +8,7 @@ **/ #include "lib/crypt_ops/crypto_util.h" -#include "or/hs_ident.h" +#include "feature/hs/hs_ident.h" /* Return a newly allocated circuit identifier. The given public key is copied * identity_pk into the identifier. */ |