git: ec434c85b46d - main - Bump __FreeBSD_version for software crypto changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Dec 2021 20:17:49 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ec434c85b46dd715da1940e2a8911bf476b0e477 commit ec434c85b46dd715da1940e2a8911bf476b0e477 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-12-09 19:53:07 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-12-09 19:53:07 +0000 Bump __FreeBSD_version for software crypto changes. - enc_xform now supports AEAD ciphers. - The Blake-2S/B auth transforms now support Init before Setkey like other auth transforms. --- 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 2d7d5cf457cb..1c9e9b8df407 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 1400043 +#define __FreeBSD_version 1400044 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,