We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d34c440 + 112c32d commit 077f4d6Copy full SHA for 077f4d6
src/headers/tomcrypt_cfg.h
@@ -182,7 +182,8 @@ LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
182
defined(__BYTE_ORDER__) && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ || \
183
defined(__BIG_ENDIAN__) || \
184
defined(__ARMEB__) || defined(__THUMBEB__) || defined(__AARCH64EB__) || \
185
- defined(_MIPSEB) || defined(__MIPSEB) || defined(__MIPSEB__)
+ defined(_MIPSEB) || defined(__MIPSEB) || defined(__MIPSEB__) || \
186
+ defined(__m68k__)
187
#define ENDIAN_BIG
188
#elif defined(_BYTE_ORDER) && _BYTE_ORDER == _LITTLE_ENDIAN || \
189
defined(__BYTE_ORDER) && __BYTE_ORDER == __LITTLE_ENDIAN || \
0 commit comments