EC_GROUP_method_of

Returns the EC_METHOD of the EC_GROUP object.

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_METHOD const*
EC_GROUP_method_of(EC_GROUP const* group);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

EC_METHOD used in this EC_GROUP object.

Parameters

NameDescription
groupEC_GROUP object