Add a function to detect if we have async or not
authorMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 16:55:39 +0000 (16:55 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 17:23:42 +0000 (17:23 +0000)
commit667867cced0013c1cfd8d7a9efa43b8f2cebc942
tree2bf118d9a4d87308f837fecfa658d79fee4356c0
parentb8972edad65a5245645f40654b903dbcd1a4d5c1
Add a function to detect if we have async or not

Add the ASYNC_is_capable() function and use it in speed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/speed.c
crypto/async/arch/async_null.c
crypto/async/arch/async_posix.c
crypto/async/arch/async_win.c
doc/crypto/ASYNC_start_job.pod
include/openssl/async.h