Forgot one of the casts
This commit is contained in:
parent
b6ccbffe2b
commit
4e9dd6b0f5
@ -1023,7 +1023,7 @@ static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
|||||||
(unsigned long *)p->d,
|
(unsigned long *)p->d,
|
||||||
a->top*sizeof(BN_ULONG),
|
a->top*sizeof(BN_ULONG),
|
||||||
(unsigned long *)a->d,
|
(unsigned long *)a->d,
|
||||||
r->d);
|
(unsigned long *)r->d);
|
||||||
surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_MOD_EXP,ret);
|
surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_MOD_EXP,ret);
|
||||||
if (ret==1)
|
if (ret==1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user