]> granicus.if.org Git - openssl/commitdiff
bn_nist.c: make new optimized code dependent on BN_LLONG [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Thu, 2 Feb 2012 07:46:19 +0000 (07:46 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 2 Feb 2012 07:46:19 +0000 (07:46 +0000)
crypto/bn/bn_nist.c

index 880989dd5f7f5b5f6102c81f392df0f0c3a97c88..43caee477031e1316571b51aa9d39b96ff02857d 100644 (file)
@@ -341,7 +341,7 @@ static void nist_cp_bn(BN_ULONG *buf, BN_ULONG *a, int top)
 #define bn_32_set_0(to, n)             (to)[n] = (BN_ULONG)0;
 # if defined(_WIN32) && !defined(__GNUC__)
 #  define NIST_INT64 __int64
-# else
+# elif defined(BN_LLONG)
 #  define NIST_INT64 long long
 # endif
 #endif /* BN_BITS2 != 64 */