mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Forgot one of the casts
This commit is contained in:
parent
a096e9b719
commit
bbd79bdf03
@ -1024,7 +1024,7 @@ static int surewarehk_modexp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
||||
(unsigned long *)p->d,
|
||||
a->top*sizeof(BN_ULONG),
|
||||
(unsigned long *)a->d,
|
||||
r->d);
|
||||
(unsigned long *)r->d);
|
||||
surewarehk_error_handling(msg,SUREWARE_F_SUREWAREHK_MOD_EXP,ret);
|
||||
if (ret==1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user