[#DSA_get_default_method] = DSA_get_default_method :mrdocs: Return the current default DSA_METHOD (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:DSA_METHOD-07a.adoc[DSA_METHOD] const* DSA_get_default_method(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Description Meaningfulness depends on whether the ENGINE API is in use; prefer providers. == Return Value Pointer to the default DSA_METHOD. [.small]#Created with https://www.mrdocs.com[MrDocs]#