Free a DSA_SIG and its r and s BIGNUM components.
Synopsis
Declared in <openssl/dsa.h>
void
DSA_SIG_free(DSA_SIG* a);
Parameters
Name |
Description |
a |
Signature to free, or NULL (no‐op). |
Created with MrDocs