mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 20:14:20 +08:00
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)
This commit is contained in:
parent
045162e52c
commit
a9e34e9ef1
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user