mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +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
|
|
@ -210,6 +210,12 @@ typedef enum {
|
|||
|
||||
SEC_ERROR_APPLICATION_CALLBACK_ERROR = (SEC_ERROR_BASE + 178),
|
||||
|
||||
SEC_ERROR_INVALID_STATE = (SEC_ERROR_BASE + 179),
|
||||
|
||||
SEC_ERROR_POLICY_LOCKED = (SEC_ERROR_BASE + 180),
|
||||
SEC_ERROR_SIGNATURE_ALGORITHM_DISABLED = (SEC_ERROR_BASE + 181),
|
||||
SEC_ERROR_ALGORITHM_MISMATCH = (SEC_ERROR_BASE + 182),
|
||||
|
||||
/* Add new error codes above here. */
|
||||
SEC_ERROR_END_OF_LIST
|
||||
} SECErrorCodes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue