From 1ad6b17c35d98677459b32fdbeba1129b80c5995 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 1 Feb 2020 00:48:25 +0100 Subject: extract-{handshakes,keys}: rework for upstream kernel Now that WireGuard has been upstreamed and the repos split, we have to look elsewhere for these headers. Signed-off-by: Jason A. Donenfeld --- contrib/extract-handshakes/offset-finder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/extract-handshakes/offset-finder.c') 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) }, -- cgit v1.2.3-59-g8ed1b