ENGINE_get_EC

Return the EC_KEY_METHOD currently attached to an ENGINE (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
EC_KEY_METHOD const*
ENGINE_get_EC(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

EC key method pointer, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.