Unregister the EVP_PKEY ASN.1 methods previously registered from e (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
void
ENGINE_unregister_pkey_asn1_meths(ENGINE* e);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| e | ENGINE whose pkey ASN.1 methods should be removed from the global table. |