Chromium Code Reviews| Index: net/third_party/nss/ssl/sslt.h |
| =================================================================== |
| --- net/third_party/nss/ssl/sslt.h (revision 203497) |
| +++ net/third_party/nss/ssl/sslt.h (working copy) |
| @@ -102,7 +102,8 @@ |
| ssl_mac_md5 = 1, |
| ssl_mac_sha = 2, |
| ssl_hmac_md5 = 3, /* TLS HMAC version of mac_md5 */ |
| - ssl_hmac_sha = 4 /* TLS HMAC version of mac_sha */ |
| + ssl_hmac_sha = 4, /* TLS HMAC version of mac_sha */ |
| + ssl_hmac_sha256 = 5 |
| } SSLMACAlgorithm; |
| typedef enum { |