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.
This commit is contained in:
John Baldwin 2021-12-09 11:53:07 -08:00
parent dc475c9bee
commit ec434c85b4

View File

@ -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,