diff options
Diffstat (limited to 'src/lib/libcrypto/modes/modes_lcl.h')
-rw-r--r-- | src/lib/libcrypto/modes/modes_lcl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/modes/modes_lcl.h b/src/lib/libcrypto/modes/modes_lcl.h index 2fc8138273..68c0e355ad 100644 --- a/src/lib/libcrypto/modes/modes_lcl.h +++ b/src/lib/libcrypto/modes/modes_lcl.h | |||
@@ -9,11 +9,7 @@ | |||
9 | #include <machine/endian.h> | 9 | #include <machine/endian.h> |
10 | 10 | ||
11 | 11 | ||
12 | #if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) | 12 | #if defined(_LP64) |
13 | typedef __int64 i64; | ||
14 | typedef unsigned __int64 u64; | ||
15 | #define U64(C) C##UI64 | ||
16 | #elif defined(__arch64__) | ||
17 | typedef long i64; | 13 | typedef long i64; |
18 | typedef unsigned long u64; | 14 | typedef unsigned long u64; |
19 | #define U64(C) C##UL | 15 | #define U64(C) C##UL |