mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
@ -2499,7 +2499,7 @@ static int RsaPrivateDecryptEx(byte* in, word32 inLen, byte* out,
|
||||
c = ctMaskGTE(j, start);
|
||||
c &= ctMaskLT(i, outLen);
|
||||
/* 0 - no add, -1 add */
|
||||
i += -c;
|
||||
i += (word32)((byte)(-c));
|
||||
}
|
||||
#else
|
||||
XMEMCPY(out, pad, ret);
|
||||
|
Reference in New Issue
Block a user