[#ENGINE_unregister_digests] = ENGINE_unregister_digests :mrdocs: Unregister `e's` digest implementations from the ENGINE digests table (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ENGINE_unregister_digests(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 digests should be removed from selection. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#