Index: nss/mozilla/security/nss/lib/util/secerr.h |
=================================================================== |
--- nss/mozilla/security/nss/lib/util/secerr.h (revision 162724) |
+++ nss/mozilla/security/nss/lib/util/secerr.h (working copy) |
@@ -208,6 +208,8 @@ |
SEC_ERROR_LEGACY_DATABASE = (SEC_ERROR_BASE + 177), |
+SEC_ERROR_APPLICATION_CALLBACK_ERROR = (SEC_ERROR_BASE + 178), |
+ |
/* Add new error codes above here. */ |
SEC_ERROR_END_OF_LIST |
} SECErrorCodes; |