[#RSA_get_default_method] = RSA_get_default_method :mrdocs: Return the current default RSA_METHOD (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:RSA_METHOD.adoc[RSA_METHOD] const* RSA_get_default_method(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Default method pointer (do not free). [.small]#Created with https://www.mrdocs.com[MrDocs]#