aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-06-14 01:26:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-06-14 01:26:13 +0200
commite519e8e44dc452fc5feb1e129c456aec5c2cd68d (patch)
treeadc1cec106542f6faef7c5a169c7b44fce9d2e5b /src/compat.h
parentcrypto: harmonize with compat and clean up (diff)
downloadwireguard-freebsd-e519e8e44dc452fc5feb1e129c456aec5c2cd68d.tar.xz
wireguard-freebsd-e519e8e44dc452fc5feb1e129c456aec5c2cd68d.zip
compat: fix version stamp
Reported-by: Michael Butler <imb@protected-networks.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--src/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.h b/src/compat.h
index fa5116f..8567524 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -24,7 +24,7 @@
#define COMPAT_NEED_BLAKE2S
#endif
-#if __FreeBSD_version < 1400517
+#if __FreeBSD_version < 1400057
#include <sys/sockbuf.h>
#define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d)
#endif