From ac847dbf73685a5df9f70bbcdefa9fdeb559071d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 6 Oct 2021 14:09:18 -0700 Subject: [PATCH] Bump __FreeBSD_version for OCF changes to support variable nonce lengths. Sponsored by: The FreeBSD Foundation --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 899ae1793b2..9a016e35323 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,