diff --git a/cyassl/ctaocrypt/types.h b/cyassl/ctaocrypt/types.h index 0704b0b5c..7ec8aa650 100644 --- a/cyassl/ctaocrypt/types.h +++ b/cyassl/ctaocrypt/types.h @@ -30,7 +30,7 @@ #endif -#if defined(WORDS_BIGENDIAN) || (defined(__MWERKS__) && !defined(__INTEL__)) +#if defined(WORDS_BIGENDIAN) #define BIG_ENDIAN_ORDER #endif