[#EC_KEY_get_conv_form] = EC_KEY_get_conv_form :mrdocs: Return the point‐conversion form used when encoding an EC_KEY public point (deprecated). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] point_conversion_form_t EC_KEY_get_conv_form(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 Form such as POINT_CONVERSION_UNCOMPRESSED or POINT_CONVERSION_COMPRESSED. == Parameters [cols="1,4"] |=== | Name| Description | *key* | EC key whose conversion form is queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#