aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-24 04:50:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-13 21:55:17 +0100
commitd78302d1ec947665f9d880e25b3a7e79fb56fc0e (patch)
treeb9d56e1b4ef5ae40e539a7a44b68651f43c078ee /src/peer.h
parentsocket: synchronize net on socket tear down (diff)
downloadwireguard-monolithic-historical-d78302d1ec947665f9d880e25b3a7e79fb56fc0e.tar.xz
wireguard-monolithic-historical-d78302d1ec947665f9d880e25b3a7e79fb56fc0e.zip
compat: backport siphash & dst_cache from mainline
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peer.h b/src/peer.h
index d05062f..dc4bfee 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -10,9 +10,7 @@
#include <linux/netfilter.h>
#include <linux/spinlock.h>
#include <linux/kref.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
#include <net/dst_cache.h>
-#endif
struct wireguard_device;