Loading crypto/bn/bn_nist.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -364,7 +364,7 @@ static void nist_cp_bn(BN_ULONG *buf, const BN_ULONG *a, int top) #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; # if defined(_WIN32) && !defined(__GNUC__) # if defined(_WIN32) && !defined(__GNUC__) # define NIST_INT64 __int64 # define NIST_INT64 __int64 # else # elif defined(BN_LLONG) # define NIST_INT64 long long # define NIST_INT64 long long # endif # endif #endif /* BN_BITS2 != 64 */ #endif /* BN_BITS2 != 64 */ Loading Loading
crypto/bn/bn_nist.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -364,7 +364,7 @@ static void nist_cp_bn(BN_ULONG *buf, const BN_ULONG *a, int top) #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; # if defined(_WIN32) && !defined(__GNUC__) # if defined(_WIN32) && !defined(__GNUC__) # define NIST_INT64 __int64 # define NIST_INT64 __int64 # else # elif defined(BN_LLONG) # define NIST_INT64 long long # define NIST_INT64 long long # endif # endif #endif /* BN_BITS2 != 64 */ #endif /* BN_BITS2 != 64 */ Loading