mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
dc475c9bee
commit
ec434c85b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue