[#RSA_meth_free] = RSA_meth_free :mrdocs: Free an RSA_METHOD allocated with RSA_meth_new() (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void RSA_meth_free(xref:RSA_METHOD.adoc[RSA_METHOD]* meth); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Method table to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#