Remove a call to SSL_set_state from s_server
authorMatt Caswell <matt@openssl.org>
Fri, 11 Sep 2015 12:11:37 +0000 (13:11 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
commit075c8795857de6746ee662e50ebe44055a494f51
treefdc31f25ae866b15b4e5828fc2c8ab4209f59e65
parente0a51488c335e0c61e929e71828fab1252335062
Remove a call to SSL_set_state from s_server

s_server was (ab)using SSL_set_state to force a renegotiation. This is a
bad way to do things and does not work with the new state machine code, so
we need to do it a different way.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/s_server.c