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