Bump __FreeBSD_version for the addition of <crypto/chacha20_poly1305.h>.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
John Baldwin 2022-01-18 14:49:24 -08:00
parent 42876a039e
commit dd2f7a4b45

View File

@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400047
#define __FreeBSD_version 1400048
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,