summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-03-28 15:02:19 +1000
committerPauli <paul.dale@oracle.com>2019-03-28 15:02:19 +1000
commita9e34e9ef103835d73683945cdf4606613c1b89b (patch)
tree7c74afe3a34d97a0039e4e71254ba5716fdffe6b
parent045162e52c7eabe241cc831f3fb0f81ba47b8e48 (diff)
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)
-rw-r--r--test/ossl_test_endian.h (renamed from test/endian.h)0
-rw-r--r--test/params_api_test.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/endian.h b/test/ossl_test_endian.h
index 0bcec047e6..0bcec047e6 100644
--- a/test/endian.h
+++ b/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 <string.h>
#include "testutil.h"
#include "internal/nelem.h"
-#include "endian.h"
+#include "ossl_test_endian.h"
#include <openssl/params.h>
#include <openssl/bn.h>