diff options
author | relyea%netscape.com <devnull@localhost> | 2002-05-10 18:12:39 +0000 |
---|---|---|
committer | relyea%netscape.com <devnull@localhost> | 2002-05-10 18:12:39 +0000 |
commit | a8406e709723294641083a3ddc3a5a3d88cd97f0 (patch) | |
tree | 55665590dd6db86f325e743f69ee2b44a71d7542 /security/nss/lib/util | |
parent | 4ecbd3a80f907f8109e9b0d89ea30a306a6a7cef (diff) | |
download | nss-hg-a8406e709723294641083a3ddc3a5a3d88cd97f0.tar.gz |
Add new error code for trying to all previously deleted modules which have not yet been freed.
Diffstat (limited to 'security/nss/lib/util')
-rw-r--r-- | security/nss/lib/util/secerr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/util/secerr.h b/security/nss/lib/util/secerr.h index ff9c784ee..0742d7386 100644 --- a/security/nss/lib/util/secerr.h +++ b/security/nss/lib/util/secerr.h @@ -179,7 +179,8 @@ SEC_ERROR_OCSP_FUTURE_RESPONSE = (SEC_ERROR_BASE + 131), SEC_ERROR_OCSP_OLD_RESPONSE = (SEC_ERROR_BASE + 132), /* smime stuff */ SEC_ERROR_DIGEST_NOT_FOUND = (SEC_ERROR_BASE + 133), -SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE = (SEC_ERROR_BASE + 134) +SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE = (SEC_ERROR_BASE + 134), +SEC_ERROR_MODULE_STUCK = (SEC_ERROR_BASE + 135) } SECErrorCodes; #endif /* NO_SECURITY_ERROR_ENUM */ |