Return the ENGINE associated with pkey, if any (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
ENGINE*
EVP_PKEY_get0_engine(EVP_PKEY const* pkey);
Deprecated. Use of this entity is allowed but discouraged.
ENGINE pointer, or NULL if the key is not engine-backed.
| Name | Description |
|---|---|
| pkey | Key to query. |