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