Unregister e's EVP_PKEY_METHOD implementations from the global table (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
void
ENGINE_unregister_pkey_meths(ENGINE* e);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| e | ENGINE whose pkey methods should be removed. |