提交 fcb41c0e 编写于 作者: N Nils Larsch

rewrite of bn_nist.c, disable support for some curves on 64 bit platforms

for now (it was broken anyway)
上级 9b623183
此差异已折叠。
......@@ -112,7 +112,7 @@ const EC_METHOD *EC_GFp_nist_method(void)
return &ret;
}
#if BN_BITS2 == 64 && UINT_MAX != 4294967295UL && ULONG_MAX != 4294967295UL
#if BN_BITS2 == 64
#define NO_32_BIT_TYPE
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册