Index: net/third_party/nss/ssl/ssl.h |
=================================================================== |
--- net/third_party/nss/ssl/ssl.h (revision 53655) |
+++ net/third_party/nss/ssl/ssl.h (working copy) |
@@ -128,9 +128,9 @@ |
/* Renegotiation Info (RI) */ |
/* extension in ALL handshakes. */ |
/* default: off */ |
-#define SSL_ENABLE_FALSE_START 22 /* Enable SSL false start (off by */ |
- /* default, applies only to */ |
- /* clients). False start is a */ |
+#define SSL_ENABLE_FALSE_START 22 /* Enable SSL false start (off by */ |
+ /* default, applies only to */ |
+ /* clients). False start is a */ |
/* mode where an SSL client will start sending application data before */ |
/* verifying the server's Finished message. This means that we could end up */ |
/* sending data to an imposter. However, the data will be encrypted and */ |