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