RSA_set_default_method
LCRYPTO_USED(RSA_set_default_method);
void RSA_set_default_method(const RSA_METHOD *meth);
LCRYPTO_ALIAS(RSA_set_default_method);
RSA_set_default_method(RSA_PKCS1_SSLeay());
RSA_set_default_method(rsae_method);
RSA_set_default_method(rsae_method);