提交 0208ab2e 编写于 作者: A Andy Polyakov

bn_nist.c: make new optimized code dependent on BN_LLONG.

上级 faed798c
......@@ -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;
# if defined(_WIN32) && !defined(__GNUC__)
# define NIST_INT64 __int64
# else
# elif defined(BN_LLONG)
# define NIST_INT64 long long
# endif
#endif /* BN_BITS2 != 64 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册