[#ECPKPARAMETERS_free] = ECPKPARAMETERS_free :mrdocs: Free an ECPKPARAMETERS object. == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ECPKPARAMETERS_free(xref:ECPKPARAMETERS.adoc[ECPKPARAMETERS]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Object to free; may be NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#