PKCS8_PRIV_KEY_INFO_free

Free a PKCS#8 PrivateKeyInfo structure and its contents.

Synopsis

Declared in <openssl/x509.h>

void
PKCS8_PRIV_KEY_INFO_free(PKCS8_PRIV_KEY_INFO* a);

Parameters

NameDescription
aValue to free, or NULL.