commit | d1da335c5514f9ba8b5115faab208a8046a5bc56 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Mar 15 14:11:34 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Wed Mar 15 15:03:11 2017 +0100 |
tree | c3c2249eb951fe49531fcfd5d8d0155eed416d96 | |
parent | 89b06ca7b0b08d31ac48275d1376a7046dd75f55 [diff] |
Add EC_KEY_get0_engine() Just as for DH, DSA and RSA, this gives the engine associated with the key. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2960)