updated to nss-3.44.3

This commit is contained in:
Roy Tam 2019-11-22 11:14:22 +08:00
commit eb4044be79
7 changed files with 75 additions and 19 deletions

View file

@ -1321,7 +1321,7 @@ NSC_EncryptUpdate(CK_SESSION_HANDLE hSession,
}
/* encrypt the current padded data */
rv = (*context->update)(context->cipherInfo, pEncryptedPart,
&padoutlen, context->blockSize, context->padBuf,
&padoutlen, maxout, context->padBuf,
context->blockSize);
if (rv != SECSuccess) {
return sftk_MapCryptError(PORT_GetError());