Index: nss/lib/ssl/sslerr.h |
=================================================================== |
--- nss/lib/ssl/sslerr.h (revision 195639) |
+++ nss/lib/ssl/sslerr.h (working copy) |
@@ -188,6 +188,8 @@ |
SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_VERSION = (SSL_ERROR_BASE + 124), |
+SSL_ERROR_RX_UNEXPECTED_CERT_STATUS = (SSL_ERROR_BASE + 125), |
wtc
2013/04/23 00:58:05
There is another copy of this file (sslerr.h) in
s
|
+ |
SSL_ERROR_END_OF_LIST /* let the c compiler determine the value of this. */ |
} SSLErrorCodes; |
#endif /* NO_SECURITY_ERROR_ENUM */ |