diff options
Diffstat (limited to 'src/lib/libcrypto/aes/aes_x86core.c')
-rw-r--r-- | src/lib/libcrypto/aes/aes_x86core.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/aes/aes_x86core.c b/src/lib/libcrypto/aes/aes_x86core.c index 295ea22bb4..8b3b29e28c 100644 --- a/src/lib/libcrypto/aes/aes_x86core.c +++ b/src/lib/libcrypto/aes/aes_x86core.c | |||
@@ -79,10 +79,7 @@ prefetch256(const void *table) | |||
79 | #undef GETU32 | 79 | #undef GETU32 |
80 | #define GETU32(p) (*((u32*)(p))) | 80 | #define GETU32(p) (*((u32*)(p))) |
81 | 81 | ||
82 | #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) | 82 | #if defined(_LP64) |
83 | typedef unsigned __int64 u64; | ||
84 | #define U64(C) C##UI64 | ||
85 | #elif defined(__arch64__) | ||
86 | typedef unsigned long u64; | 83 | typedef unsigned long u64; |
87 | #define U64(C) C##UL | 84 | #define U64(C) C##UL |
88 | #else | 85 | #else |