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