Commit e6575156 authored by Matt Caswell's avatar Matt Caswell
Browse files

Don't finish the handshake twice



We finish the handshake when we move into the TLS_ST_OK state. At various
points we were also unnecessarily finishing it when we were reading/writing
the Finished message. It's much simpler just to do it in TLS_ST_OK, so
remove the other calls.

Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
parent b8fb5989
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment