From e185cbd80335a7f1f9e69bb4c078f3369c047b9c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 28 Oct 2018 03:42:50 -0400 Subject: Revert "Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools" This reverts commit 04306f86ac36. It broke GCC 4.8 on PowerPC. --- integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integer.cpp') diff --git a/integer.cpp b/integer.cpp index 35420c58..ff807547 100644 --- a/integer.cpp +++ b/integer.cpp @@ -285,7 +285,7 @@ public: #endif { #if defined(CRYPTOPP_NATIVE_DWORD_AVAILABLE) -# if (CRYPTOPP_LITTLE_ENDIAN) +# if defined(CRYPTOPP_LITTLE_ENDIAN) const word t[2] = {low,high}; memcpy(&m_whole, t, sizeof(m_whole)); # else -- cgit v1.2.1