summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-11-19 09:55:42 +0100
committerNiels Möller <nisse@lysator.liu.se>2017-11-19 09:55:42 +0100
commite7cc72a508ceb5df0df1e18f42f35c487ed0184a (patch)
tree213557f7dfbb0b2892c86c3779bff162da3a806f
parent47e00e0fbf66d46a83ef31e33a4296273a1244f1 (diff)
downloadnettle-e7cc72a508ceb5df0df1e18f42f35c487ed0184a.tar.gz
Update NEWS with base64 and base16 changes.
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d91ec63d..75f8aff6 100644
--- 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.