Skip to content
Commit f4da39d2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Initial Async notify code changes



Initial API implemented for notifying applications that an ASYNC_JOB
has completed. Currently only s_server is using this. The Dummy Async
engine "cheats" in that it notifies that it has completed *before* it
pauses the job. A normal async engine would not do that.

Only the posix version of this has been implemented so far, so it will
probably fail to compile on Windows at the moment.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 252d6d3a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment