forked from pool/openssl
12 lines
290 B
Diff
12 lines
290 B
Diff
--- crypto/camellia/cmll_locl.h
|
|
+++ crypto/camellia/cmll_locl.h
|
|
@@ -107,7 +107,7 @@
|
|
(ct)[3] = (uint8_t)(st); }
|
|
|
|
#ifdef L_ENDIAN
|
|
-#if (defined (__GNUC__) && !defined(i386))
|
|
+#if (defined (__GNUC__) && defined(i386))
|
|
#define CAMELLIA_SWAP4(x) \
|
|
do{\
|
|
asm("bswap %1" : "+r" (x));\
|