Allocate an empty DSA signature structure holding r and s.
Declared in <openssl/dsa.h>
<openssl/dsa.h>
DSA_SIG* DSA_SIG_new();
New DSA_SIG, or NULL on allocation failure; free with DSA_SIG_free().