[#EC_KEY_set_conv_form] = EC_KEY_set_conv_form :mrdocs: Set 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]] void EC_KEY_set_conv_form( xref:EC_KEY.adoc[EC_KEY]* eckey, point_conversion_form_t cform); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *eckey* | EC key whose encoding form is updated. | *cform* | Conversion form such as POINT_CONVERSION_UNCOMPRESSED or POINT_CONVERSION_COMPRESSED. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#