PKCS12_SAFEBAG_free

Free a PKCS12_SAFEBAG structure and its contents.

Synopsis

Declared in <openssl/pkcs12.h>

void
PKCS12_SAFEBAG_free(PKCS12_SAFEBAG* a);

Parameters

NameDescription
aValue to free, or NULL.