PBKDF2PARAM_free

Free a PKCS#5 PBKDF2 parameter structure and its contents.

Synopsis

Declared in <openssl/x509.h>

void
PBKDF2PARAM_free(PBKDF2PARAM* a);

Parameters

NameDescription
aValue to free, or NULL.