Commit 64c07bd2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix s_server bug



If an async event occurs during a renegotiation in SSL_read then s_server
was looping around, detecting we were in init and calling
init_ssl_connection instead of re-calling SSL_read.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 0ff2b9ac
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