Register the ASN.1 public-key methods provided by e (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_register_pkey_asn1_meths(ENGINE* e);
Deprecated. Use of this entity is allowed but discouraged.
Non-zero on success, or 0 on failure.
| Name | Description |
|---|---|
| e | ENGINE that implements one or more EVP_PKEY_ASN1_METHOD handlers. |