From: Richard Levitte Date: Wed, 3 Apr 2002 15:01:28 +0000 (+0000) Subject: Forgot one of the casts X-Git-Tag: OpenSSL_0_9_6d~20^2~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bbd79bdf03622248f85469861e4de528db4228c0;p=oweals%2Fopenssl.git Forgot one of the casts --- diff --git a/crypto/engine/hw_sureware.c b/crypto/engine/hw_sureware.c index c3bef29e83..73a274cd48 100644 --- a/crypto/engine/hw_sureware.c +++ b/crypto/engine/hw_sureware.c @@ -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) {