summaryrefslogtreecommitdiff
path: root/security/nss/lib/util/secerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/util/secerr.h')
-rw-r--r--security/nss/lib/util/secerr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/util/secerr.h b/security/nss/lib/util/secerr.h
index c4a66fcd5..db45149e7 100644
--- a/security/nss/lib/util/secerr.h
+++ b/security/nss/lib/util/secerr.h
@@ -199,7 +199,8 @@ SEC_ERROR_REVOKED_CERTIFICATE_CRL = (SEC_ERROR_BASE + 145),
SEC_ERROR_REVOKED_CERTIFICATE_OCSP = (SEC_ERROR_BASE + 146),
SEC_ERROR_CRL_INVALID_VERSION = (SEC_ERROR_BASE + 147),
SEC_ERROR_CRL_V1_CRITICAL_EXTENSION = (SEC_ERROR_BASE + 148),
-SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION = (SEC_ERROR_BASE + 149)
+SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION = (SEC_ERROR_BASE + 149),
+SEC_ERROR_UNKNOWN_OBJECT_TYPE = (SEC_ERROR_BASE + 150)
} SECErrorCodes;
#endif /* NO_SECURITY_ERROR_ENUM */