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