Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

View file

@ -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;