diff options
Diffstat (limited to 'security/nss/lib/util/secerr.h')
-rw-r--r-- | security/nss/lib/util/secerr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/nss/lib/util/secerr.h b/security/nss/lib/util/secerr.h index 4fe1d8e38..7b205a71e 100644 --- a/security/nss/lib/util/secerr.h +++ b/security/nss/lib/util/secerr.h @@ -210,6 +210,11 @@ 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), + /* Add new error codes above here. */ SEC_ERROR_END_OF_LIST } SECErrorCodes; |