PBEPARAM_free

Free a PKCS#5 PBES1 parameter structure (salt and iteration count) and its contents.

Synopsis

Declared in <openssl/x509.h>

void
PBEPARAM_free(PBEPARAM* a);

Parameters

NameDescription
aValue to free, or NULL.