Fix s_server -WWW with -async
authorMatt Caswell <matt@openssl.org>
Fri, 27 Mar 2015 15:20:24 +0000 (15:20 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:32:18 +0000 (23:32 +0000)
commit4cfa6204e8740a3e89b96fac3f1ac49d137e9dc9
tree3db4b0d9724882ee483cfbbb99377fd5c6152e2c
parent826760945de655d2d2d387cac3a3646ced80977e
Fix s_server -WWW with -async

The s_server option -WWW was not async aware, and therefore was not
handling SSL_ERROR_WANT_ASYNC conditions. This commit fixes that.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_server.c