[#ENGINE_get_pkey_meth_engine] = ENGINE_get_pkey_meth_engine :mrdocs: Obtain a functional reference to the default ENGINE implementing pkey method `nid` (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* ENGINE_get_pkey_meth_engine(int nid); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Initialised ENGINE on success, or NULL if none is registered for `nid.` == Parameters [cols="1,4"] |=== | Name| Description | *nid* | NID of the EVP_PKEY_METHOD to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#