From 0ff2b9ac0b8b9cd62e20cd65bf4922b34f57a8c1 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 16 Sep 2015 17:01:58 +0100 Subject: Implement local thread pools Implement the ASYNC_JOB as a local thread pool. Remove the API support for global pools. Reviewed-by: Rich Salz --- apps/s_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/s_server.c b/apps/s_server.c index 75a3ba0a36..6b6035f0ba 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -1661,7 +1661,7 @@ int s_server_main(int argc, char *argv[]) if (async) { SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); - ASYNC_init_pool(0, 0, 0); + ASYNC_init_pool(0, 0); } #ifndef OPENSSL_NO_SRTP -- cgit v1.2.3