[#RSA_null_method] = RSA_null_method :mrdocs: Return the historical "null" RSA_METHOD stub (deprecated; always returns NULL since 1.1.1). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:RSA_METHOD.adoc[RSA_METHOD] const* RSA_null_method(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value NULL. [.small]#Created with https://www.mrdocs.com[MrDocs]#