diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-01-18 22:49:24 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-07-13 19:32:25 +0000 |
commit | 8e6cfc632cf6f9fc906df9d825649443939b55c6 (patch) | |
tree | 961bcd2905b7a9fed0431d6aa45f597bf6925c35 | |
parent | b29bd06e67d249708f5429b07f722089e1fce63f (diff) |
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)
-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 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, |