[#EC_GROUP_clear_free] = EC_GROUP_clear_free :mrdocs: Clears and frees a EC_GROUP object == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void EC_GROUP_clear_free(xref:EC_GROUP.adoc[EC_GROUP]* group); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *group* | EC_GROUP object to be cleared and freed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#