Fix RSA dasync engine bug
authorMatt Caswell <matt@openssl.org>
Tue, 26 Apr 2016 15:28:26 +0000 (16:28 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 May 2016 15:37:45 +0000 (16:37 +0100)
commit8aac5d2e5a4c5d1c13e0f671d263a9eb59031514
tree3aaae83d965a48adeccbc6b831852e4e6dc2177b
parentde0717ebccd7daf6e68b6aae09e900c9cd9ad37d
Fix RSA dasync engine bug

When RSA went opaque a bug was introduced into the dasync engine where
the wrong function was being set for the rsa_priv_dec operation.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
engines/e_dasync.c