diff options
author | John Baldwin <jhb@FreeBSD.org> | 2021-10-06 21:09:18 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2021-10-06 21:09:18 +0000 |
commit | ac847dbf73685a5df9f70bbcdefa9fdeb559071d (patch) | |
tree | 52c31863632a5a811dd388fd041a0b03209c5a97 | |
parent | 42dcd39528c6188a259951e28bbad309234324e4 (diff) |
Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/sys/param.h | 2 |
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, |