]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update NEWS for nettle_armor deletion.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 17 Oct 2025 19:06:13 +0000 (21:06 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 17 Oct 2025 19:06:13 +0000 (21:06 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 914baa08e8abb050445374cf9236b174969c081a..ddb1bfc4d31aee1b59f0f6c96d9db3d4ad262b8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,8 @@ NEWS for the Nettle 4.0 release
          hmac_sha256_set_key, or the mac abstraction defined in
          nettle-meta.h, e.g, the nettle_hmac_sha256 instance.
 
+       * Deleted the undocumented struct nettle_armor abstraction.
+
        * Deleted md5-compat.h, and everything declared therein. Use
           the interface in md5.h instead (or even better, stop using md5).