Obtain a functional reference to the default ENGINE implementing pkey method nid (deprecated).
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE*
ENGINE_get_pkey_meth_engine(int nid);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Initialised ENGINE on success, or NULL if none is registered for nid.
Parameters
Name |
Description |
nid |
NID of the EVP_PKEY_METHOD to look up. |
Created with MrDocs