Fix warning.
This commit is contained in:
parent
da317b94d9
commit
579a759071
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Key derivation function from X9.62/SECG */
|
/* Key derivation function from X9.62/SECG */
|
||||||
|
/* Way more than we will ever need */
|
||||||
#define ECDH_KDF_MAX (1L << 31)
|
#define ECDH_KDF_MAX (1 << 30)
|
||||||
|
|
||||||
int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
|
int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
|
||||||
const unsigned char *Z, size_t Zlen,
|
const unsigned char *Z, size_t Zlen,
|
||||||
|
Loading…
Reference in New Issue
Block a user