Compilation warning fix [from HEAD, "must have, as our Windows build does
not tolerate warnings].
This commit is contained in:
@@ -713,7 +713,6 @@ int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field,
|
|||||||
#define BN_NIST_521_TOP_MASK (BN_ULONG)0x1FF
|
#define BN_NIST_521_TOP_MASK (BN_ULONG)0x1FF
|
||||||
#endif
|
#endif
|
||||||
int top, ret = 0;
|
int top, ret = 0;
|
||||||
BN_ULONG *r_d;
|
|
||||||
BIGNUM *tmp;
|
BIGNUM *tmp;
|
||||||
|
|
||||||
field = &_bignum_nist_p_521; /* just to make sure */
|
field = &_bignum_nist_p_521; /* just to make sure */
|
||||||
|
|||||||
Reference in New Issue
Block a user