mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fixed CID 529770.
This commit is contained in:
@ -2409,7 +2409,7 @@ int mp_exptmod_base_2(mp_int * X, mp_int * P, mp_int * Y)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* swap res with Y */
|
/* swap res with Y */
|
||||||
mp_copy(res, Y);
|
err = mp_copy(res, Y);
|
||||||
|
|
||||||
LBL_RES:mp_clear (res);
|
LBL_RES:mp_clear (res);
|
||||||
LBL_M:
|
LBL_M:
|
||||||
|
Reference in New Issue
Block a user