mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -871,7 +871,7 @@ nssCKFWSession_InitPIN(
|
|||
NSS_IMPLEMENT CK_RV
|
||||
nssCKFWSession_SetPIN(
|
||||
NSSCKFWSession *fwSession,
|
||||
NSSItem *oldPin,
|
||||
const NSSItem *oldPin,
|
||||
NSSItem *newPin)
|
||||
{
|
||||
CK_RV error = CKR_OK;
|
||||
|
|
@ -907,7 +907,7 @@ nssCKFWSession_SetPIN(
|
|||
|
||||
error = fwSession->mdSession->SetPIN(fwSession->mdSession, fwSession,
|
||||
fwSession->mdToken, fwSession->fwToken, fwSession->mdInstance,
|
||||
fwSession->fwInstance, oldPin, newPin);
|
||||
fwSession->fwInstance, (NSSItem *)oldPin, newPin);
|
||||
|
||||
return error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue