]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update NEWS with base64 and base16 changes.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 19 Nov 2017 08:55:42 +0000 (09:55 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 19 Nov 2017 08:55:42 +0000 (09:55 +0100)
NEWS

diff --git a/NEWS b/NEWS
index d91ec63d34c96661daa168547256796f439f56e1..75f8aff60c3e5c3d239902b8144209197dc08f56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,12 @@ NEWS for the Nettle 3.4 release
 
        Miscellaneous:
 
+       * The base16 and base64 functions now use the type char * for
+         ascii data, rather than uint8_t *. This eliminates the last
+         pointer-signedness warnings when building Nettle. This is a
+         minor API change, and applications may need to be adjusted,
+         but the ABI is unaffected on all platforms I'm aware of.
+
        * The contents of the header file nettle/version.h is now
          architecture independent, except in --enable-mini-gmp
          configurations.