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
Name |
Description |
eckey |
EC_KEY object |
Created with MrDocs