PKCS7_DIGEST_free

Free a PKCS#7 DigestedData structure and its contents.

Synopsis

Declared in <openssl/pkcs7.h>

void
PKCS7_DIGEST_free(PKCS7_DIGEST* a);

Parameters

NameDescription
aValue to free, or NULL.