Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2021 20:17:49 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ec434c85b46d - main - Bump __FreeBSD_version for software crypto changes.
Message-ID:  <202112092017.1B9KHnlt053884@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=ec434c85b46dd715da1940e2a8911bf476b0e477

commit ec434c85b46dd715da1940e2a8911bf476b0e477
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-12-09 19:53:07 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-12-09 19:53:07 +0000

    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.
---
 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 2d7d5cf457cb..1c9e9b8df407 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112092017.1B9KHnlt053884>