Date: Sun, 02 Oct 2016 09:14:12 +0300 From: Eli Zaretskii eliz@gnu.org
From: nisse@lysator.liu.se (Niels Möller) Date: Sat, 01 Oct 2016 21:51:05 +0200
I'm happy to announce a new release of GNU Nettle, a low-level cryptographics library. This is mainly a bug fix release.
Thanks!
- Eliminate most pointer-signedness warnings. In the process, the strings representing expression type for sexp_interator functions were changed from const uint8_t * to const char *. These functions are undocumented, and it doesn't change the ABI on any platform I'm aware of.
Building with MinGW on MS-Windows, I still see a few warnings of this kind, like the ones below:
And one more gripe: why doesn't Nettle have the standard 'install-strip' target in its Makefile? Or did I miss something?