mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -107,8 +107,8 @@ PK11_MapError(CK_RV rv)
|
|||
MAPERROR(CKR_WRAPPING_KEY_SIZE_RANGE, SEC_ERROR_INVALID_KEY)
|
||||
MAPERROR(CKR_WRAPPING_KEY_TYPE_INCONSISTENT, SEC_ERROR_INVALID_KEY)
|
||||
MAPERROR(CKR_VENDOR_DEFINED, SEC_ERROR_LIBRARY_FAILURE)
|
||||
MAPERROR(CKR_NETSCAPE_CERTDB_FAILED, SEC_ERROR_BAD_DATABASE)
|
||||
MAPERROR(CKR_NETSCAPE_KEYDB_FAILED, SEC_ERROR_BAD_DATABASE)
|
||||
MAPERROR(CKR_NSS_CERTDB_FAILED, SEC_ERROR_BAD_DATABASE)
|
||||
MAPERROR(CKR_NSS_KEYDB_FAILED, SEC_ERROR_BAD_DATABASE)
|
||||
MAPERROR(CKR_CANT_LOCK, SEC_ERROR_INCOMPATIBLE_PKCS11)
|
||||
/* clang-format on */
|
||||
|
||||
|
|
@ -130,12 +130,12 @@ PK11_MapError(CK_RV rv)
|
|||
|
||||
#else
|
||||
|
||||
/* clang-format off */
|
||||
/* clang-format off */
|
||||
default :
|
||||
break;
|
||||
/* clang-format on */
|
||||
}
|
||||
return SEC_ERROR_UNKNOWN_PKCS11_ERROR;
|
||||
/* clang-format on */
|
||||
}
|
||||
return SEC_ERROR_UNKNOWN_PKCS11_ERROR;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue