DSA_SIG_free

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

NameDescription
aSignature to free, or NULL (no-op).