Set the default RSA_METHOD used when creating new RSA keys (deprecated; not thread-safe).
Declared in <openssl/rsa.h>
[[deprecated]]
void
RSA_set_default_method(RSA_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| meth | Method table that becomes the process default unless an ENGINE overrides it. |