Fix test builds.
authorPauli <paul.dale@oracle.com>
Thu, 28 Mar 2019 05:02:19 +0000 (15:02 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 28 Mar 2019 05:02:19 +0000 (15:02 +1000)
commita9e34e9ef103835d73683945cdf4606613c1b89b
tree7c74afe3a34d97a0039e4e71254ba5716fdffe6b
parent045162e52c7eabe241cc831f3fb0f81ba47b8e48
Fix test builds.

/usr/include/bits/waitstatus.h includes endian.h under some libc's.
This clashes with the new test header file, so rename the latter.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8600)
test/endian.h [deleted file]
test/ossl_test_endian.h [new file with mode: 0644]
test/params_api_test.c