CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/03/17 09:48:02

Modified files:
        lib/libssl     : tls13_handshake.c 

Log message:
Correct return value handling in tls13_handshake_recv_action().

The recv action handler returns success/failure, rather than a TLS13_IO_*
value, which is what tls13_handshake_recv_action() needs to return.
Failure previously mapped to TLS13_IO_EOF, which is not ideal.

ok tb@

Reply via email to