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
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs