git: 8e6cfc632cf6 - stable/13 - Bump __FreeBSD_version for new <crypto/*.h> headers.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 19:43:26 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8e6cfc632cf6f9fc906df9d825649443939b55c6 commit 8e6cfc632cf6f9fc906df9d825649443939b55c6 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-18 22:49:24 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-07-13 19:32:25 +0000 Bump __FreeBSD_version for new <crypto/*.h> headers. This bump covers the addition of both <crypto/chacha20_poly1305.h> and <crypto/curve25519.h>. Sponsored by: The FreeBSD Foundation (cherry picked from commit dd2f7a4b45eb1285e710cfce60cb77f7c11f8075) (cherry picked from commit 2c4b65cc3d227f31864e183c15f6c42e2c596cd9) --- 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 0739298ca6d8..a46eddaa30fd 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1301505 /* Master, propagated to newvers */ +#define __FreeBSD_version 1301506 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,