X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=engines%2Fe_aep.c;h=a9372268cd4a21b78504e655390d6d579953fb82;hb=e95bbc3ca628eecc6f005ee54126e2d27fc54859;hp=1518d2bac1e2126635a4bd0895d029337f4847f1;hpb=e6e29bc4c94a40cdf010f47591e5ee9d5f9efadc;p=openssl.git diff --git a/engines/e_aep.c b/engines/e_aep.c index 1518d2bac1..a9372268cd 100644 --- a/engines/e_aep.c +++ b/engines/e_aep.c @@ -1065,7 +1065,7 @@ static AEP_RV MakeAEPBigNum(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize, { BIGNUM* bn; const union { long one; char little; } is_endian = {1}; - int i,j; + AEP_U32 i,j; /*Cast the ArbBigNum pointer to our BIGNUM struct*/ bn = (BIGNUM*) ArbBigNum;