Add s_client support for waiting for async
authorMatt Caswell <matt@openssl.org>
Tue, 6 Oct 2015 13:04:11 +0000 (14:04 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:34:35 +0000 (23:34 +0000)
commite1b9840ed7c52346e4e203470210f7821158f708
tree269940eca3c68159be0d8033e691631138ab31e2
parent9920a58eb20dcf33abf231e8c9439953ace3c936
Add s_client support for waiting for async

s_server already had the ability to wait on an async file descriptor. This
adds it to s_client too.

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