PKCS7_ISSUER_AND_SERIAL_free

Free a PKCS#7 IssuerAndSerialNumber and its contents.

Synopsis

Declared in <openssl/pkcs7.h>

void
PKCS7_ISSUER_AND_SERIAL_free(PKCS7_ISSUER_AND_SERIAL* a);

Parameters

NameDescription
aValue to free, or NULL.