提交 579a7590 编写于 作者: D Dr. Stephen Henson

Fix warning.

上级 da317b94
......@@ -59,8 +59,8 @@
/* Key derivation function from X9.62/SECG */
#define ECDH_KDF_MAX (1L << 31)
/* Way more than we will ever need */
#define ECDH_KDF_MAX (1 << 30)
int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
const unsigned char *Z, size_t Zlen,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册