Loading ssl/d1_pkt.c +6 −0 Original line number Diff line number Diff line Loading @@ -847,6 +847,12 @@ start: } } if (s->d1->listen && rr->type != SSL3_RT_HANDSHAKE) { rr->length = 0; goto start; } /* we now have a packet which can be read and processed */ if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, Loading Loading
ssl/d1_pkt.c +6 −0 Original line number Diff line number Diff line Loading @@ -847,6 +847,12 @@ start: } } if (s->d1->listen && rr->type != SSL3_RT_HANDSHAKE) { rr->length = 0; goto start; } /* we now have a packet which can be read and processed */ if (s->s3->change_cipher_spec /* set when we receive ChangeCipherSpec, Loading