ENGINE_unregister_pkey_asn1_meths

Unregister the EVP_PKEY ASN.1 methods previously registered from e (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void
ENGINE_unregister_pkey_asn1_meths(ENGINE* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE whose pkey ASN.1 methods should be removed from the global table.