Detect endian without relying on defined symbols.
authorPauli <paul.dale@oracle.com>
Mon, 25 Mar 2019 01:52:58 +0000 (11:52 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 27 Mar 2019 22:05:18 +0000 (08:05 +1000)
commit045162e52c7eabe241cc831f3fb0f81ba47b8e48
tree406e766e432215c60d83a41c6af4778807965033
parent2500c093aa1e9c90c11c415053c0a27a00661d0d
Detect endian without relying on defined symbols.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8572)
test/endian.h [new file with mode: 0644]
test/params_api_test.c