SCRYPT_PARAMS_free

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

Synopsis

Declared in <openssl/x509.h>

void
SCRYPT_PARAMS_free(SCRYPT_PARAMS* a);

Parameters

NameDescription
aValue to free, or NULL.