| Index: net/third_party/nss/ssl/dtls1con.c
|
| ===================================================================
|
| --- net/third_party/nss/ssl/dtls1con.c (revision 146623)
|
| +++ net/third_party/nss/ssl/dtls1con.c (working copy)
|
| @@ -834,7 +834,8 @@
|
|
|
| if (cwSpec) {
|
| rv = ssl3_CompressMACEncryptRecord(cwSpec, ss->sec.isServer, PR_TRUE,
|
| - type, pIn, contentLen, wrBuf);
|
| + PR_FALSE, type, pIn, contentLen,
|
| + wrBuf);
|
| } else {
|
| PR_NOT_REACHED("Couldn't find a cipher spec matching epoch");
|
| PORT_SetError(SEC_ERROR_LIBRARY_FAILURE);
|
|
|