From: Richard Levitte Date: Wed, 3 Apr 2002 15:00:41 +0000 (+0000) Subject: Forgot one of the casts X-Git-Tag: OpenSSL-engine-0_9_6d-beta1~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d007411335884695420e61696f0801efd1dd17ec;p=oweals%2Fopenssl.git Forgot one of the casts --- diff --git a/crypto/engine/hw_sureware.c b/crypto/engine/hw_sureware.c index 78d75d9beb..72e881d342 100644 --- a/crypto/engine/hw_sureware.c +++ b/crypto/engine/hw_sureware.c @@ -903,7 +903,7 @@ static int surewarehk_modexp(BIGNUM *r, 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,ENGINE_F_SUREWAREHK_MOD_EXP,ret); if (ret==1) {