mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -114,7 +114,7 @@ nssSlot_CreateFromPK11SlotInfo(NSSTrustDomain *td, PK11SlotInfo *nss3slot)
|
|||
rvSlot->base.refCount = 1;
|
||||
rvSlot->base.lock = PZ_NewLock(nssILockOther);
|
||||
rvSlot->base.arena = arena;
|
||||
rvSlot->pk11slot = nss3slot;
|
||||
rvSlot->pk11slot = PK11_ReferenceSlot(nss3slot);
|
||||
rvSlot->epv = nss3slot->functionList;
|
||||
rvSlot->slotID = nss3slot->slotID;
|
||||
/* Grab the slot name from the PKCS#11 fixed-length buffer */
|
||||
|
|
@ -150,7 +150,7 @@ nssToken_CreateFromPK11SlotInfo(NSSTrustDomain *td, PK11SlotInfo *nss3slot)
|
|||
return NULL;
|
||||
}
|
||||
rvToken->base.arena = arena;
|
||||
rvToken->pk11slot = nss3slot;
|
||||
rvToken->pk11slot = PK11_ReferenceSlot(nss3slot);
|
||||
rvToken->epv = nss3slot->functionList;
|
||||
rvToken->defaultSession = nssSession_ImportNSS3Session(td->arena,
|
||||
nss3slot->session,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue