From d007411335884695420e61696f0801efd1dd17ec Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 3 Apr 2002 15:00:41 +0000 Subject: [PATCH] Forgot one of the casts --- crypto/engine/hw_sureware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0