]> git.ipfire.org Git - thirdparty/nettle.git/commit
Fix pointer-signedness warnings in tests.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 24 Sep 2017 11:15:46 +0000 (13:15 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 24 Sep 2017 11:15:46 +0000 (13:15 +0200)
commitcfd07ba9c54cc099a3e5da30376cf297f4151e31
treec597caec95bf7c5e65dea974d089eb8f76b98930
parentf2da403135e2b2f641cf0f8219ad5b72083b7dfd
Fix pointer-signedness warnings in tests.

* testsuite/testutils.c (tstring_data): Use uint8_t for data
argument.
* testsuite/testutils.h (SDATA): Use US macro to cast data
argument.
ChangeLog
testsuite/testutils.c
testsuite/testutils.h