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

Synopsis

Declared in <openssl/x509.h>

void
PBE2PARAM_free(PBE2PARAM* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs