summaryrefslogtreecommitdiffstats
path: root/include/internal/endian.h
AgeCommit message (Collapse)Author
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx
Reviewed-by: Paul Dale <paul.dale@oracle.com> GH: #13085
2020-07-16Update copyright yearRichard Levitte
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12463)
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
This moves test/ossl_test_endian.h to include/internal/endian.h and thereby makes the macros in there our standard way to check endianness in run-time. Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/12390)