[#DSA_set_method] = DSA_set_method :mrdocs: Select the DSA_METHOD used for operations on `dsa` (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DSA_set_method( xref:DSA.adoc[DSA]* dsa, xref:DSA_METHOD-07a.adoc[DSA_METHOD] const* meth); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Non‐zero on success. == Parameters [cols="1,4"] |=== | Name| Description | *dsa* | DSA key whose method is replaced. | *meth* | Method implementation to attach; releases any prior ENGINE method. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#