diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-12-09 19:53:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-12-09 19:53:07 +0000 |
| commit | ec434c85b46dd715da1940e2a8911bf476b0e477 (patch) | |
| tree | d57aface16da2e7712c9003545188a6d3db10844 | |
| parent | dc475c9bee02f1a480362450b3680f0e3bfee529 (diff) | |
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.
| -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 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, |
