[#EC_KEY_get0_engine] = EC_KEY_get0_engine :mrdocs: Returns the ENGINE object of a EC_KEY object == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* EC_KEY_get0_engine(xref:EC_KEY.adoc[EC_KEY] const* eckey); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value the ENGINE object (possibly NULL). == Parameters [cols="1,4"] |=== | Name| Description | *eckey* | EC_KEY object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#