summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/modes_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/modes/modes_lcl.h')
-rw-r--r--src/lib/libcrypto/modes/modes_lcl.h6
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)
13typedef __int64 i64;
14typedef unsigned __int64 u64;
15#define U64(C) C##UI64
16#elif defined(__arch64__)
17typedef long i64; 13typedef long i64;
18typedef unsigned long u64; 14typedef unsigned long u64;
19#define U64(C) C##UL 15#define U64(C) C##UL