From: Pauli Date: Thu, 28 Mar 2019 05:02:19 +0000 (+1000) Subject: Fix test builds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9e34e9ef103835d73683945cdf4606613c1b89b;p=openssl 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 (Merged from https://github.com/openssl/openssl/pull/8600) --- diff --git a/test/endian.h b/test/ossl_test_endian.h similarity index 100% rename from test/endian.h rename to test/ossl_test_endian.h diff --git a/test/params_api_test.c b/test/params_api_test.c index c99af3d58b..15dfb16f2a 100644 --- a/test/params_api_test.c +++ b/test/params_api_test.c @@ -11,7 +11,7 @@ #include #include "testutil.h" #include "internal/nelem.h" -#include "endian.h" +#include "ossl_test_endian.h" #include #include