ENGINE_unregister_pkey_meths

Unregister e's EVP_PKEY_METHOD implementations from the global table (deprecated).

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE whose pkey methods should be removed.