aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/extract-handshakes/offset-finder.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/extract-handshakes/offset-finder.c')
-rw-r--r--contrib/extract-handshakes/offset-finder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extract-handshakes/offset-finder.c b/contrib/extract-handshakes/offset-finder.c
index 1b54cf3..4c10341 100644
--- a/contrib/extract-handshakes/offset-finder.c
+++ b/contrib/extract-handshakes/offset-finder.c
@@ -11,7 +11,7 @@ struct def {
extern const struct def defs[];
#ifdef __KERNEL__
-#include "../../../src/noise.h"
+#include "../drivers/net/wireguard/noise.h"
const struct def defs[] = {
{ "LOCAL_STATIC_PRIVATE_KEY", offsetof(struct noise_static_identity, static_private), offsetof(struct noise_handshake, static_identity) },