Chromium Code Reviews| Index: net/third_party/nss/ssl/sslt.h |
| =================================================================== |
| --- net/third_party/nss/ssl/sslt.h (revision 127709) |
| +++ net/third_party/nss/ssl/sslt.h (working copy) |
| @@ -190,7 +190,8 @@ |
| } SSLCipherSuiteInfo; |
| typedef enum { |
| - ssl_variant_stream = 0 |
| + ssl_variant_stream = 0, |
| + ssl_variant_datagram = 1 |
| } SSLProtocolVariant; |
| typedef struct SSLVersionRangeStr { |