diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-01-24 04:50:35 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-13 21:55:17 +0100 |
commit | 9ab07fd76ef631729aa96c5c23e575b19e6c6b77 (patch) | |
tree | 29437089dbab55f9b4e708775e7273023b41c1d4 /src/peer.h | |
parent | 8906775bd1ceee2d35aded80630bbffaf5d955b1 (diff) |
compat: backport siphash & dst_cache from mainline
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |