EC_KEY_get0_engine

Returns the ENGINE object of a EC_KEY object

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
ENGINE*
EC_KEY_get0_engine(EC_KEY const* eckey);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

the ENGINE object (possibly NULL).

Parameters

NameDescription
eckeyEC_KEY object