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