[#SCRYPT_PARAMS_free] = SCRYPT_PARAMS_free :mrdocs: Free a PKCS#5 scrypt parameter structure and its contents. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SCRYPT_PARAMS_free(xref:SCRYPT_PARAMS.adoc[SCRYPT_PARAMS]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#