Chromium Code Reviews| Index: net/third_party/nss/ssl/ssl3con.c |
| =================================================================== |
| --- net/third_party/nss/ssl/ssl3con.c (revision 245705) |
| +++ net/third_party/nss/ssl/ssl3con.c (working copy) |
| @@ -10671,7 +10671,7 @@ |
| static const unsigned char padding[32] = {0}; |
| if (ss->ssl3.nextProto.len == 0 || |
| - ss->ssl3.nextProtoState == SSL_NEXT_PROTO_SELECTED) { |
| + ss->ssl3.nextProtoState == SSL_NEXT_PROTO_SELECTED) { |
| return SECSuccess; |
| } |