[#ENGINE_get_default_DSA] = ENGINE_get_default_DSA :mrdocs: Obtain a functional reference to the default ENGINE for DSA operations. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* ENGINE_get_default_DSA(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Initialised ENGINE on success, or NULL if no default ENGINE is available. [.small]#Created with https://www.mrdocs.com[MrDocs]#