[#ENGINE_unregister_DSA] = ENGINE_unregister_DSA :mrdocs: Remove `e's` DSA method from the ENGINE DSA implementation table. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ENGINE_unregister_DSA(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 previously registered for DSA. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#