mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update NSS to 3.35-RTM
This commit is contained in:
parent
23de11e5cd
commit
608f9fca02
388 changed files with 39075 additions and 20752 deletions
|
|
@ -616,8 +616,7 @@ crlgen_CreateInvalidityDate(PLArenaPool *arena, const char **dataArr,
|
|||
goto loser;
|
||||
}
|
||||
|
||||
PORT_Memcpy(encodedItem->data, dataArr[2], (encodedItem->len = length) *
|
||||
sizeof(char));
|
||||
PORT_Memcpy(encodedItem->data, dataArr[2], (encodedItem->len = length) * sizeof(char));
|
||||
|
||||
*extCode = SEC_OID_X509_INVALID_DATE;
|
||||
return encodedItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue