Chromium Code Reviews| Index: mozilla/security/nss/lib/util/secerr.h |
| =================================================================== |
| --- mozilla/security/nss/lib/util/secerr.h (revision 166571) |
| +++ mozilla/security/nss/lib/util/secerr.h (working copy) |
| @@ -206,6 +206,8 @@ |
| SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED = (SEC_ERROR_BASE + 176), |
| +SEC_ERROR_LEGACY_DATABASE = (SEC_ERROR_BASE + 177), |
| + |
| /* Add new error codes above here. */ |
| SEC_ERROR_END_OF_LIST |
| } SECErrorCodes; |