divx118

error braswell 7.2

May 15th, 2023
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/ratelimiter.c:25:8: error: unknown type name 'hsiphash_key_t'
  2. 25 | static hsiphash_key_t key;
  3. | ^~~~~~~~~~~~~~
  4. /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/ratelimiter.c: In function 'wg_ratelimiter_allow':
  5. /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/ratelimiter.c:109:36: error: implicit declaration of function 'hsiphash_2u32'; did you mean 'siphash_2u32'? [-Werror=implicit-function-declaration]
  6. 109 | bucket = &table_v4[hsiphash_2u32(net_word, ip, &key) &
  7. | ^~~~~~~~~~~~~
  8. | siphash_2u32
  9. /source/WireGuard/wireguard-linux-compat-1.0.20220627/src/ratelimiter.c:116:36: error: implicit declaration of function 'hsiphash_3u32'; did you mean 'siphash_3u32'? [-Werror=implicit-function-declaration]
  10. 116 | bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) &
  11. | ^~~~~~~~~~~~~
  12. | siphash_3u32
Advertisement
Add Comment
Please, Sign In to add comment