From: Andy Polyakov Date: Tue, 28 Jun 2005 11:52:52 +0000 (+0000) Subject: bn.h update from HEAD. X-Git-Tag: OpenSSL_0_9_8~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f03129d468b625a6fbaee58240114dc26940d30;p=oweals%2Fopenssl.git bn.h update from HEAD. --- diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index 9f4668a51d..670584ad74 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -167,7 +167,7 @@ extern "C" { #ifdef THIRTY_TWO_BIT #ifdef BN_LLONG # if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__) -# define BN_ULLONG unsigned _int64 +# define BN_ULLONG unsigned __int64 # else # define BN_ULLONG unsigned long long # endif