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