[#DSA_meth_free] = DSA_meth_free :mrdocs: Free a DSA_METHOD structure and any associated memory (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void DSA_meth_free(xref:DSA_METHOD-07a.adoc[DSA_METHOD]* dsam); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *dsam* | Method to free; NULL is ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#