[#ENGINE_unregister_pkey_meths] = ENGINE_unregister_pkey_meths :mrdocs: Unregister `e's` EVP_PKEY_METHOD implementations from the global table (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ENGINE_unregister_pkey_meths(xref:ENGINE.adoc[ENGINE]* e); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE whose pkey methods should be removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#