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

Name

Description

a

Value to free, or NULL.

Created with MrDocs