Add new error code for trying to all previously deleted modules which have not yet been freed.

This commit is contained in:
relyea%netscape.com 2002-05-10 18:12:39 +00:00
parent 0d88474fba
commit 3ee0c3c996

View File

@ -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 */