CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/02/23 08:02:34

Modified files:
        lib/libssl     : tls13_record_layer.c 

Log message:
Remove temporary gotos.

In the case of a dummy CCS or post-handshake handshake message, return
TLS13_WANT_POLLIN rather than using a goto internally. This allows the
caller to retry at an appropriate time and reduces the complexity within
the record layer.

ok beck@ tb@

Reply via email to