Index: net/third_party/nss/ssl/sslerr.h |
diff --git a/net/third_party/nss/ssl/sslerr.h b/net/third_party/nss/ssl/sslerr.h |
index c940f9530efb0eca5d385ed118c0b6dcb1cdb233..368b8dab0ada4dead39f282fab852ab0c0ddf2e6 100644 |
--- a/net/third_party/nss/ssl/sslerr.h |
+++ b/net/third_party/nss/ssl/sslerr.h |
@@ -204,6 +204,9 @@ SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORD = (SSL_ERROR_BASE + 114), |
SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY = (SSL_ERROR_BASE + 115), |
SSL_ERROR_RX_UNEXPECTED_CERT_STATUS = (SSL_ERROR_BASE + 116), |
+// SSL_ERROR_NEXT_PROTOCOL_DATA_INVALID results if the peer sends invalid next |
+// protocol information during a handshake. |
wtc
2011/10/18 00:58:08
Use a C-style comment /* */.
This comment should
agl
2011/10/18 16:44:43
Have removed the comment here. We don't that that
|
+SSL_ERROR_NEXT_PROTOCOL_DATA_INVALID = (SSL_ERROR_BASE + 117), |
SSL_ERROR_END_OF_LIST /* let the c compiler determine the value of this. */ |
} SSLErrorCodes; |