PKCS12_MAC_DATA_free

Free a PKCS12_MAC_DATA structure and its contents.

Synopsis

Declared in <openssl/pkcs12.h>

void
PKCS12_MAC_DATA_free(PKCS12_MAC_DATA* a);

Parameters

NameDescription
aValue to free, or NULL.