From 7f5d17891e05458836147cd2b05889fde1e7be19 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 23 Apr 2014 18:40:39 +0000 Subject: Figure out endianness at compile-time, using _BYTE_ORDER from , rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@ --- src/lib/libcrypto/modes/modes_lcl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/libcrypto/modes/modes_lcl.h') diff --git a/src/lib/libcrypto/modes/modes_lcl.h b/src/lib/libcrypto/modes/modes_lcl.h index b32c1b43c5..9057f7fd76 100644 --- a/src/lib/libcrypto/modes/modes_lcl.h +++ b/src/lib/libcrypto/modes/modes_lcl.h @@ -6,6 +6,7 @@ */ #include +#include #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) -- cgit v1.2.3-55-g6feb