[#DSA_SIG_new] = DSA_SIG_new :mrdocs: Allocate an empty DSA signature structure holding r and s. == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:DSA_SIG.adoc[DSA_SIG]* DSA_SIG_new(); ---- == Return Value New DSA_SIG, or NULL on allocation failure; free with DSA_SIG_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#