X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fboringssl%2Fsrc%2Fssl%2Fd1_pkt.c;h=e2855b8259bb98897340348cf8856ce91ab22613;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=161f9393d1cb82e313699dddabacdee3b698f73a;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/boringssl/src/ssl/d1_pkt.c b/src/third_party/boringssl/src/ssl/d1_pkt.c index 161f939..e2855b8 100644 --- a/src/third_party/boringssl/src/ssl/d1_pkt.c +++ b/src/third_party/boringssl/src/ssl/d1_pkt.c @@ -1101,9 +1101,6 @@ start: dtls1_get_ccs_header(rr->data, &ccs_hdr); - if (s->version == DTLS1_BAD_VER) - ccs_hdr_len = 3; - /* 'Change Cipher Spec' is just a single byte, so we know * exactly what the record payload has to look like */ /* XDTLS: check that epoch is consistent */ @@ -1138,9 +1135,6 @@ start: /* do this whenever CCS is processed */ dtls1_reset_seq_numbers(s, SSL3_CC_READ); - if (s->version == DTLS1_BAD_VER) - s->d1->handshake_read_seq++; - goto start; }