aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-10-06 21:09:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-10-06 21:09:18 +0000
commitac847dbf73685a5df9f70bbcdefa9fdeb559071d (patch)
tree52c31863632a5a811dd388fd041a0b03209c5a97
parent42dcd39528c6188a259951e28bbad309234324e4 (diff)
downloadsrc-ac847dbf73685a5df9f70bbcdefa9fdeb559071d.tar.gz
src-ac847dbf73685a5df9f70bbcdefa9fdeb559071d.zip
Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 899ae1793b28..9a016e35323e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400035
+#define __FreeBSD_version 1400036
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,