Fix s_server bug
authorMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 21:54:54 +0000 (22:54 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:33:46 +0000 (23:33 +0000)
commit64c07bd2d8fd162147a75ff885165bc31388bfa7
treeb10d1202eac35b05022092a3aaa78cff871699b6
parent0ff2b9ac0b8b9cd62e20cd65bf4922b34f57a8c1
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: Rich Salz <rsalz@openssl.org>
apps/s_server.c