[#DSA_new_method] = DSA_new_method :mrdocs: Allocate a DSA object that uses methods from `engine` (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:DSA.adoc[DSA]* DSA_new_method(xref:ENGINE.adoc[ENGINE]* engine); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value New DSA, or NULL on failure; free with DSA_free(). == Parameters [cols="1,4"] |=== | Name| Description | *engine* | ENGINE providing DSA implementation, or NULL for the default software method. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#