From 84b48cfde66cd19b7945133d0e7a8a28ee378424 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 13 Sep 2019 14:24:41 -0400 Subject: compat: don't rewrite siphash when it's from compat --- src/compat/compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compat') diff --git a/src/compat/compat.h b/src/compat/compat.h index 54907e9..8979639 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -845,10 +845,12 @@ static inline void skb_mark_not_on_list(struct sk_buff *skb) #if defined(ISUBUNTU1604) #include +#ifndef _WG_LINUX_SIPHASH_H #define hsiphash_2u32 siphash_2u32 #define hsiphash_3u32 siphash_3u32 #define hsiphash_key_t siphash_key_t #endif +#endif #ifdef CONFIG_VE #include -- cgit v1.2.3-59-g8ed1b