[#RSA_set_default_method] = RSA_set_default_method :mrdocs: Set the default RSA_METHOD used when creating new RSA keys (deprecated; not thread‐safe). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void RSA_set_default_method(xref:RSA_METHOD.adoc[RSA_METHOD] const* 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 that becomes the process default unless an ENGINE overrides it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#