mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix warning.
This commit is contained in:
parent
9a436c0f89
commit
e166891e0d
@ -525,7 +525,7 @@ err:
|
||||
*/
|
||||
int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
|
||||
{
|
||||
BIGNUM *b, *c, *u, *v, *tmp;
|
||||
BIGNUM *b, *c = NULL, *u = NULL, *v = NULL, *tmp;
|
||||
int ret = 0;
|
||||
|
||||
bn_check_top(a);
|
||||
|
Loading…
Reference in New Issue
Block a user