summaryrefslogtreecommitdiff
path: root/security/nss/lib/util
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2003-09-30 01:18:55 +0000
committerjpierre%netscape.com <devnull@localhost>2003-09-30 01:18:55 +0000
commitcfe289bb6c40451d87ee0afc1728c73d714dfaa5 (patch)
treee825973ca503a24d29059a6247362dfd671cd9d4 /security/nss/lib/util
parentfb7c8672ff324d7348ef90b0b235ba7ab30203fd (diff)
downloadnss-hg-cfe289bb6c40451d87ee0afc1728c73d714dfaa5.tar.gz
Fix for bug 94413 - OCSP needs more fine tuned error messages. r=wtc
Diffstat (limited to 'security/nss/lib/util')
-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 e69449e7f..d1bb335fc 100644
--- a/security/nss/lib/util/secerr.h
+++ b/security/nss/lib/util/secerr.h
@@ -189,7 +189,8 @@ SEC_ERROR_EXTRA_INPUT = (SEC_ERROR_BASE + 140),
/* error codes used by elliptic curve code */
SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE = (SEC_ERROR_BASE + 141),
SEC_ERROR_UNSUPPORTED_EC_POINT_FORM = (SEC_ERROR_BASE + 142),
-SEC_ERROR_UNRECOGNIZED_OID = (SEC_ERROR_BASE + 143)
+SEC_ERROR_UNRECOGNIZED_OID = (SEC_ERROR_BASE + 143),
+SEC_ERROR_OCSP_INVALID_SIGNING_CERT = (SEC_ERROR_BASE + 144)
} SECErrorCodes;
#endif /* NO_SECURITY_ERROR_ENUM */