X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=69883ab929a40945ebe9412bcdcfc39e0887a4cd;hp=3742ff2947e8c4db56f04425ae231059bae494da;hb=1c7b2c0ed5d02d0d60179e0df0c49ef3f659fa77;hpb=c1a623c55ad4b9e184438653d55f7853ee48ba29 diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 3742ff2947..69883ab929 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -134,11 +134,7 @@ unsigned int *OPENSSL_ia32cap_loc(void) # if defined(OPENSSL_CPUID_OBJ) && !defined(OPENSSL_NO_ASM) && !defined(I386_ONLY) # define OPENSSL_CPUID_SETUP -# if defined(_WIN32) -typedef unsigned __int64 IA32CAP; -# else -typedef unsigned long long IA32CAP; -# endif +typedef uint64_t IA32CAP; void OPENSSL_cpuid_setup(void) { static int trigger = 0;