test: remove wrong endianess conversion in test-siphash24
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 19 Nov 2015 06:50:56 +0000 (07:50 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 19 Nov 2015 06:50:56 +0000 (07:50 +0100)
commit81d313a6ffc379054a00377b1852adfaf3427e51
tree1140cfcb3bea67c38b9f8c9638fa91c7bf6272f7
parentdc9715d41998be6d9e7037955894ff8022d95e71
test: remove wrong endianess conversion in test-siphash24

Commit 933f9caee changed the returned result of siphash24_finalize() from
little-endian to native. Follow suit in test-siphash24 and drop the endianess
conversion there as well, so that this succeeds on big-endian machines again.

Fixes #1946.
src/test/test-siphash24.c