Obtain a functional reference to the default ENGINE implementing ASN.1 method nid.
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE*
ENGINE_get_pkey_asn1_meth_engine(int nid);
Deprecated. Use of this entity is allowed but discouraged.
Initialised ENGINE on success, or NULL if none is registered for nid.
| Name | Description |
|---|---|
| nid | NID of the EVP_PKEY_ASN1_METHOD to look up. |