Fix pools for s_client
authorMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 22:09:15 +0000 (23:09 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:33:46 +0000 (23:33 +0000)
commit5e6f9775a9db38b50c2f5487f126b58f7bfff78e
tree87aa3d14e1257fd91459ca13685f7b40b7a3f451
parent64c07bd2d8fd162147a75ff885165bc31388bfa7
Fix pools for s_client

s_client was not freeing up the async pool if async mode was enabled.

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