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