EC_KEY_get0_group

Returns the EC_GROUP object of a EC_KEY object

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_GROUP const*
EC_KEY_get0_group(EC_KEY const* key);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

the EC_GROUP object (possibly NULL).

Parameters

NameDescription
keyEC_KEY object