mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -1279,7 +1279,7 @@ input()
|
|||
/* Reset buffer status. */
|
||||
yyrestart(yyin);
|
||||
|
||||
/* fall through */
|
||||
/* fall through */
|
||||
|
||||
case EOB_ACT_END_OF_FILE: {
|
||||
if (yywrap())
|
||||
|
|
|
|||
|
|
@ -386,7 +386,6 @@ CreateModifiedCRLCopy(PLArenaPool *arena, CERTCertDBHandle *certHandle,
|
|||
rv = SECU_ReadDERFromFile(&crlDER, inFile, PR_FALSE, PR_FALSE);
|
||||
if (rv != SECSuccess) {
|
||||
SECU_PrintError(progName, "unable to read input file");
|
||||
PORT_FreeArena(modArena, PR_FALSE);
|
||||
goto loser;
|
||||
}
|
||||
|
||||
|
|
@ -1045,7 +1044,10 @@ main(int argc, char **argv)
|
|||
PK11_SetPasswordFunc(SECU_GetModulePassword);
|
||||
|
||||
if (showFileCRL) {
|
||||
NSS_NoDB_Init(NULL);
|
||||
rv = NSS_NoDB_Init(NULL);
|
||||
if (rv != SECSuccess) {
|
||||
goto loser;
|
||||
}
|
||||
} else {
|
||||
secstatus = NSS_Initialize(SECU_ConfigDirectory(NULL), dbPrefix, dbPrefix,
|
||||
"secmod.db", readonly ? NSS_INIT_READONLY : 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue