Fix the error with RSA and the daysnc engine in async mode.
authorAndrea Grandi <andrea.grandi@intel.com>
Thu, 18 Feb 2016 10:56:53 +0000 (10:56 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 16:27:25 +0000 (16:27 +0000)
commit0ff4343575882fe767da1c62e1f9586d8f29e73c
treef7451cc5212232f3f068cfba8828baad606c40a6
parent8b0b80d923d3dfcf982caf27b17bd14d3fa9ff01
Fix the error with RSA and the daysnc engine in async mode.

Move RSA struct in the job local struct.
The change is applied also to other crypto operations (e.g. DSA) to
make things consistent.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/speed.c