Free a PKCS#5 PBKDF2 parameter structure and its contents.
Synopsis
Declared in <openssl/x509.h>
void
PBKDF2PARAM_free(PBKDF2PARAM* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs